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

8 lines
135 B
Ruby

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