5 lines
134 B
Ruby
5 lines
134 B
Ruby
class ConferenceRegistrationFormField < ActiveRecord::Base
|
|
belongs_to :conference
|
|
belongs_to :registration_form_field
|
|
end
|