bievre_app/app/models/timeline_history.rb
Caroline Girard dee35396f0 initial
2018-09-07 11:04:43 +02:00

4 lines
74 B
Ruby

class TimelineHistory < ActiveRecord::Base
has_many :timeline_years
end