zone and seat_table models

This commit is contained in:
Min Zeya Phyo
2017-03-24 20:31:58 +06:30
parent 41c24d871d
commit 3ec71e85fe
9 changed files with 260 additions and 0 deletions

2
app/models/zone.rb Normal file
View File

@@ -0,0 +1,2 @@
class Zone < ApplicationRecord
end