osem-fcy/app/models/booth_request.rb

5 lines
83 B
Ruby
Raw Normal View History

2017-05-30 13:05:13 +03:00
class BoothRequest < ActiveRecord::Base
belongs_to :booth
belongs_to :user
end