intra_app/app/models/articleindexs_content.rb
Nicolas Bally 761e075bb6 initial
2018-11-08 21:47:30 +01:00

9 lines
147 B
Ruby

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