luxlaverie3_app/app/models/timeline_history.rb
Nicolas Bally 03ff0980aa initial
2016-05-26 00:20:52 +02:00

4 lines
74 B
Ruby

class TimelineHistory < ActiveRecord::Base
has_many :timeline_years
end