Skip to content

Commit b72a74b

Browse files
committed
Speaker.not.has_many :program_sessions
Calling this association causes: ERROR: column program_sessions.speaker_id does not exist
1 parent 0aaeeb1 commit b72a74b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/models/speaker.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ class Speaker < ApplicationRecord
3434
belongs_to :program_session, optional: true
3535

3636
has_many :proposals, through: :user
37-
has_many :program_sessions
3837

3938
serialize :info, type: Hash, coder: YAML
4039

0 commit comments

Comments
 (0)