olwen_techno_app/app/models/articleindexs_content.rb
Nicolas Bally 2efaf19094 initial
2018-08-30 22:44:43 +02:00

9 lines
147 B
Ruby

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