idn_app/app/models/timeline_history.rb
2016-07-29 20:23:40 +02:00

4 lines
74 B
Ruby
Executable File

class TimelineHistory < ActiveRecord::Base
has_many :timeline_years
end