initial setup for print

This commit is contained in:
Yan
2017-06-02 16:21:47 +06:30
parent 7e46e3c634
commit 98a7c31ffa

View File

@@ -1,7 +1,7 @@
require 'sidekiq/web'
Rails.application.routes.draw do
root 'home#index'
mount Sidekiq::Web => '/kiq'
@@ -181,7 +181,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