idn_app/app/models/timeline_history_content.rb
Nicolas Bally b5690bc6f2 initial
2016-07-25 15:55:11 +02:00

7 lines
151 B
Ruby

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