lookup and seed data fixes

This commit is contained in:
Min Zeya Phyo
2017-04-04 01:22:45 +06:30
parent 4dc0c762e3
commit c10db71cbc
4 changed files with 11 additions and 4 deletions

View File

@@ -1,2 +1,3 @@
class DiningFacility < ApplicationRecord
belongs_to :zone
end

View File

@@ -1,4 +1,4 @@
class Table < DiningFacility
has_many :dining_ins
end