Godwin
11 years ago
1 changed files with 1 additions and 1 deletions
@ -1,5 +1,5 @@ |
|||
class ConferenceRegistrationResponse < ActiveRecord::Base |
|||
belongs_to :conference_registration |
|||
belongs_to :user |
|||
belongs_to :conference, :through => :conference_registration |
|||
#belongs_to :conference, :through => :conference_registration |
|||
end |
|||
|
Loading…
Reference in new issue