osem-fcy/app/models/supporter_registration.rb

7 lines
187 B
Ruby
Raw Normal View History

class SupporterRegistration < ActiveRecord::Base
belongs_to :supporter_level
belongs_to :registration
attr_accessible :registration, :supporter_level_id, :code, :code_is_valid
end