Skip to content

Commit 63affdb

Browse files
authored
Merge pull request #538 from amatsuda/Speaker_has_no_program_sessions
Speaker.not.has_many :program_sessions
2 parents 0aaeeb1 + b72a74b commit 63affdb

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)