7 lines
151 B
Ruby
Executable File
7 lines
151 B
Ruby
Executable File
class TimelineHistoryContent < ActiveRecord::Base
|
|
|
|
belongs_to :timeline_history
|
|
|
|
has_one :portlet, :as => :content, :dependent => :destroy
|
|
end
|