Edit route for delete in print Settings

This commit is contained in:
San Wai Lwin
2018-06-20 11:09:25 +06:30
parent ec7ee8d675
commit 036a4a3ff0
2 changed files with 3 additions and 4 deletions

View File

@@ -492,6 +492,7 @@ scope "(:locale)", locale: /en|mm/ do
#----------- Print Setup --------#
resources :print_settings
delete '/:id/print_settings' => 'print_settings#destroy'
get '/get_printer_options/:printer_name' => 'print_settings#get_printer_options'