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