chaix_app/app/models/time_content.rb
Nicolas Bally 6a8e471b82 intial
2019-02-01 13:53:57 +01:00

8 lines
135 B
Ruby

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