diff --git a/config/routes.rb b/config/routes.rb index eadc26b0..5af42077 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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