7 lines
150 B
Ruby
7 lines
150 B
Ruby
class TimelineHistoryContent < ApplicationRecord
|
|
|
|
belongs_to :timeline_history
|
|
|
|
has_one :portlet, :as => :content, :dependent => :destroy
|
|
end
|