creating order queue printer

This commit is contained in:
Yan
2017-06-02 19:01:28 +06:30
27 changed files with 688 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
require 'sidekiq/web'
Rails.application.routes.draw do
root 'home#index'
mount Sidekiq::Web => '/kiq'
@@ -183,7 +183,8 @@ Rails.application.routes.draw do
# end
# end
#----------- Print Setup --------#
resources :print_settings
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
end