qi6_app/app/models/articleindexs_content.rb
2019-05-17 12:30:45 +02:00

9 lines
146 B
Ruby

class ArticleindexsContent < ApplicationRecord
belongs_to :category
has_one :portlet, :as => :content, :dependent => :destroy
end