4 lines
74 B
Ruby
4 lines
74 B
Ruby
class TimelineHistory < ActiveRecord::Base
|
|
has_many :timeline_years
|
|
end
|
class TimelineHistory < ActiveRecord::Base
|
|
has_many :timeline_years
|
|
end
|