update route for print setting and addorder

This commit is contained in:
Aung Myo
2018-03-21 11:18:49 +06:30
parent f23838325c
commit a0d27bd1d1
3 changed files with 4 additions and 1 deletions

View File

@@ -432,6 +432,8 @@ scope "(:locale)", locale: /en|mm/ do
#----------- Print Setup --------#
resources :print_settings
get '/get_printer_options/:printer_name' => 'print_settings#get_printer_options'
resources :commissioners
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
end