add zone test-rspec

This commit is contained in:
Min Zeya Phyo
2017-03-24 21:28:57 +06:30
parent 3ec71e85fe
commit a247cd44eb
19 changed files with 108 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
Rails.application.routes.draw do
namespace :api do
namespace :restaurant do
get 'zone/index'
end
end
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
end