abritium_paysage_app/app/models/timeline_year.rb
Nicolas Bally ad337f221c initial
2020-02-17 18:54:26 +01:00

5 lines
129 B
Ruby

class TimelineYear < ActiveRecord::Base
belongs_to :timeline_history
has_many :timeline_contents, :dependent => :destroy
end