menu and menu_category
This commit is contained in:
@@ -2,6 +2,7 @@ Rails.application.routes.draw do
|
||||
namespace :api, :defaults => { :format => 'json' } do
|
||||
namespace :restaurant do
|
||||
get 'zones' => "zones#index"
|
||||
get 'seat_tables' => "seat_tables#index"
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user