Skip to content

Commit 1c0924b

Browse files
committed
SessionFormat.not.has_many :time_slots
Calling this association causes: ERROR: column time_slots.session_format_id does not exist
1 parent b6fb411 commit 1c0924b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/models/session_format.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
class SessionFormat < ApplicationRecord
22
belongs_to :event
3-
has_many :time_slots
43
has_many :proposals
54

65
has_one :session_format_config

0 commit comments

Comments
 (0)