jipe_app/app/models/timeline_history.rb
2017-08-14 10:53:30 +02:00

4 lines
74 B
Ruby

class TimelineHistory < ActiveRecord::Base
has_many :timeline_years
end