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

5 lines
128 B
Ruby

class TimelineYear < ApplicationRecord
belongs_to :timeline_history
has_many :timeline_contents, :dependent => :destroy
end