delete btn for menu item instance

This commit is contained in:
Yan
2017-11-07 17:31:14 +06:30
parent f7ef431ded
commit 8aa834a487
12 changed files with 54 additions and 55 deletions

View File

@@ -180,7 +180,7 @@ scope "(:locale)", locale: /en|mm/ do
post '/:sale_id/get_customer' => "customers#get_customer"
get '/:id/surveys', to: "surveys#new"
post '/:id/create' => "surveys#create", :as => "create_surveys"
post '/:id/create_survey' => "surveys#create", :as => "create_surveys"
get '/addorders/get_menu_category/:id' => "addorders#get_menu_category",:as => "get_menu_category", :defaults => { :format => 'json' }
get '/addorders/products/list' => "addorders#get_all_product",:as => "get_all_product", :defaults => { :format => 'json' }