karim_app/app/models/timeline_history.rb
Nicolas Bally a0a3cfd6fe initial
2018-06-11 01:40:28 +02:00

4 lines
74 B
Ruby

class TimelineHistory < ActiveRecord::Base
has_many :timeline_years
end