karim_app/app/models/timeline_content.rb
Nicolas Bally a0a3cfd6fe initial
2018-06-11 01:40:28 +02:00

6 lines
103 B
Ruby

class TimelineContent < ActiveRecord::Base
belongs_to :image_file
belongs_to :timeline_year
end