2014-03-09 14:43:33 -06:00
|
|
|
class ConferenceRegistrationResponse < ActiveRecord::Base
|
|
|
|
belongs_to :conference_registration
|
|
|
|
belongs_to :user
|
2014-03-09 15:06:26 -06:00
|
|
|
#belongs_to :conference, :through => :conference_registration
|
2014-03-09 14:43:33 -06:00
|
|
|
end
|