Fix bug with auth config parsing
This commit is contained in:
@ -4,5 +4,5 @@ Rails.application.routes.draw do
|
||||
resources :products
|
||||
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
|
||||
|
||||
root to: "home#index"
|
||||
root to: "products#index"
|
||||
end
|
||||
|
Reference in New Issue
Block a user