5 lines
128 B
Ruby
5 lines
128 B
Ruby
class TimelineYear < ApplicationRecord
|
|
belongs_to :timeline_history
|
|
has_many :timeline_contents, :dependent => :destroy
|
|
end
|