olwen_techno_app/app/models/timeline_history.rb
Nicolas Bally 2efaf19094 initial
2018-08-30 22:44:43 +02:00

4 lines
74 B
Ruby

class TimelineHistory < ActiveRecord::Base
has_many :timeline_years
end