The working basics

This commit is contained in:
Godwin 2014-03-09 15:06:26 -06:00
parent bbec690e2f
commit 96bc841e7b

View File

@ -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