Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/models/program_session.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class ProgramSession < ApplicationRecord

belongs_to :event
belongs_to :proposal
belongs_to :track
belongs_to :track, optional: true
belongs_to :session_format
has_one :time_slot, dependent: :nullify
has_many :speakers, -> { order(:created_at)}
Expand Down