Nicolas Bally ad337f221c initial
2020-02-17 18:54:26 +01:00

8 lines
157 B
Ruby

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