qi6_app/app/models/timeline_content.rb
2019-05-17 12:30:45 +02:00

6 lines
102 B
Ruby

class TimelineContent < ApplicationRecord
belongs_to :image_file
belongs_to :timeline_year
end