pendragon_app/app/models/timeline_history_content.rb
2017-01-26 23:21:49 +01:00

7 lines
151 B
Ruby

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