mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
7 lines
237 B
Ruby
7 lines
237 B
Ruby
class SupporterRegistration < ActiveRecord::Base
|
|
belongs_to :supporter_level
|
|
belongs_to :registration
|
|
|
|
attr_accessible :registration, :supporter_level_id, :name, :email, :supporter_level, :code, :code_is_valid, :conference_id
|
|
|
|
end
|