Create MVC for Booths

This commit is contained in:
nasia 2017-05-17 13:31:27 +03:00
parent e68738c154
commit da6b5b8141
9 changed files with 205 additions and 1 deletions

2
app/models/booth.rb Normal file
View file

@ -0,0 +1,2 @@
class Booth < ActiveRecord::Base
end