order api - WIP & db structure change

This commit is contained in:
Min Zeya Phyo
2017-04-04 12:18:17 +06:30
parent aba3e52d0b
commit bcdce092cc
21 changed files with 120 additions and 130 deletions

View File

@@ -1,5 +0,0 @@
require 'rails_helper'
RSpec.describe DiningIn, type: :model do
pending "add some examples to (or delete) #{__FILE__}"
end

View File

@@ -1,5 +0,0 @@
require 'rails_helper'
RSpec.describe RoomBooking, type: :model do
pending "add some examples to (or delete) #{__FILE__}"
end

View File

@@ -1,5 +0,0 @@
require 'rails_helper'
RSpec.describe RoomOrder, type: :model do
pending "add some examples to (or delete) #{__FILE__}"
end