heylium_app/app/models/timeline_history.rb
Nicolas Bally 8e18de4077 initial
2016-08-03 00:22:29 +02:00

4 lines
74 B
Ruby
Executable File

class TimelineHistory < ActiveRecord::Base
has_many :timeline_years
end