abritium_paysage_app/app/models/timeline_history.rb
Nicolas Bally ad337f221c initial
2020-02-17 18:54:26 +01:00

4 lines
74 B
Ruby

class TimelineHistory < ActiveRecord::Base
has_many :timeline_years
end