5 lines
97 B
Ruby
5 lines
97 B
Ruby
|
|
class EventsRegistration < ActiveRecord::Base
|
||
|
|
belongs_to :registration
|
||
|
|
belongs_to :event
|
||
|
|
end
|