6 lines
102 B
Ruby
6 lines
102 B
Ruby
class TimelineContent < ApplicationRecord
|
|
belongs_to :image_file
|
|
belongs_to :timeline_year
|
|
|
|
end
|