BikeBikeBike/app/models/conference_registration_form_field.rb
Godwin cc246d34a8 Fixed deployment and added Spanish translations
* Fixed deployment and added Spanish translations

* Fixed deployment and added Spanish translations

* Fixed errors
2016-05-21 14:30:29 -07:00

5 lines
134 B
Ruby

class ConferenceRegistrationFormField < ActiveRecord::Base
belongs_to :conference
belongs_to :registration_form_field
end