7 lines
148 B
Ruby
7 lines
148 B
Ruby
class ConferenceRegistrationFormField < ActiveRecord::Base
|
|
belongs_to :conference
|
|
belongs_to :registration_form_field
|
|
|
|
acts_as_list
|
|
end
|