coton_app/app/models/timeline_history.rb
2018-12-15 14:06:53 +01:00

4 lines
74 B
Ruby

class TimelineHistory < ActiveRecord::Base
has_many :timeline_years
end