payre3p_app/app/models/timeline_history.rb
2018-08-02 23:49:05 +02:00

4 lines
74 B
Ruby

class TimelineHistory < ActiveRecord::Base
has_many :timeline_years
end