peractus_app/app/models/time_content.rb
Nicolas Bally a5cfbad091 initial
2018-08-06 16:55:14 +02:00

8 lines
135 B
Ruby

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