mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
6 lines
144 B
Ruby
6 lines
144 B
Ruby
class EventsRegistration < ActiveRecord::Base
|
|
attr_accessible :registration_id, :event_id
|
|
|
|
belongs_to :registration
|
|
belongs_to :event
|
|
end
|