route
This commit is contained in:
@@ -55,6 +55,7 @@ scope "(:locale)", locale: /en|mm/ do
|
|||||||
resources :menu_item_instances, only: [:show]
|
resources :menu_item_instances, only: [:show]
|
||||||
get "item_sets" => "item_sets#index"
|
get "item_sets" => "item_sets#index"
|
||||||
end
|
end
|
||||||
|
|
||||||
namespace :payment do
|
namespace :payment do
|
||||||
post 'mobilepayment/:cashier_id/:receipt_no/cash' =>"mobilepayment#cash"
|
post 'mobilepayment/:cashier_id/:receipt_no/cash' =>"mobilepayment#cash"
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user