4 lines
73 B
Ruby
4 lines
73 B
Ruby
class TimelineHistory < ApplicationRecord
|
|
has_many :timeline_years
|
|
end
|
class TimelineHistory < ApplicationRecord
|
|
has_many :timeline_years
|
|
end
|