qi6_app/app/models/timeline_history_content.rb
2019-05-17 12:30:45 +02:00

7 lines
150 B
Ruby

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