The working basics
This commit is contained in:
parent
bbec690e2f
commit
96bc841e7b
@ -1,5 +1,5 @@
|
|||||||
class ConferenceRegistrationResponse < ActiveRecord::Base
|
class ConferenceRegistrationResponse < ActiveRecord::Base
|
||||||
belongs_to :conference_registration
|
belongs_to :conference_registration
|
||||||
belongs_to :user
|
belongs_to :user
|
||||||
belongs_to :conference, :through => :conference_registration
|
#belongs_to :conference, :through => :conference_registration
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user