osem-fcy/app/models/events_registration.rb
2015-12-23 11:36:50 +02:00

4 lines
97 B
Ruby

class EventsRegistration < ActiveRecord::Base
belongs_to :registration
belongs_to :event
end