transformeurs_app/app/models/timeline_history.rb
Nicolas Bally 02906ed45e initial
2018-08-06 17:06:11 +02:00

4 lines
74 B
Ruby

class TimelineHistory < ActiveRecord::Base
has_many :timeline_years
end