initial setup for print
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user