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

4 lines
73 B
Ruby

class TimelineHistory < ApplicationRecord
has_many :timeline_years
end