osem-fcy/app/models/events_registration.rb

7 lines
144 B
Ruby
Raw Normal View History

class EventsRegistration < ActiveRecord::Base
attr_accessible :registration_id, :event_id
belongs_to :registration
belongs_to :event
end