Browse Source

The working basics

development
Godwin 10 years ago
parent
commit
96bc841e7b
  1. 2
      app/models/conference_registration_response.rb

2
app/models/conference_registration_response.rb

@ -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…
Cancel
Save