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

7 lines
151 B
Ruby

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