Skip to content

Commit b6fb411

Browse files
authored
Merge pull request #536 from amatsuda/proposal_has_no_time_slot
Proposal.not.has_one :time_slot
2 parents 8bb8d97 + 5529158 commit b6fb411

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/models/proposal.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ class Proposal < ApplicationRecord
1515
has_many :invitations, dependent: :destroy
1616

1717
belongs_to :event
18-
has_one :time_slot
1918
has_one :program_session
2019
belongs_to :session_format
2120
belongs_to :track, optional: true

0 commit comments

Comments
 (0)