6 lines
103 B
Ruby
6 lines
103 B
Ruby
class TimelineContent < ActiveRecord::Base
|
|
belongs_to :image_file
|
|
belongs_to :timeline_year
|
|
|
|
end
|