idn_app/app/models/timeline_content.rb
Nicolas Bally b5690bc6f2 initial
2016-07-25 15:55:11 +02:00

6 lines
103 B
Ruby

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