peractus_app/app/models/timeline_history.rb
Nicolas Bally a5cfbad091 initial
2018-08-06 16:55:14 +02:00

4 lines
74 B
Ruby

class TimelineHistory < ActiveRecord::Base
has_many :timeline_years
end