osem-fcy/app/models/events_registration.rb

5 lines
97 B
Ruby
Raw Normal View History

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