intra_app/app/models/timeline_history.rb
Nicolas Bally 761e075bb6 initial
2018-11-08 21:47:30 +01:00

4 lines
74 B
Ruby

class TimelineHistory < ActiveRecord::Base
has_many :timeline_years
end