idn_app/app/models/timeline_content.rb
2016-07-29 20:23:40 +02:00

6 lines
103 B
Ruby
Executable File

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