Commit d7b94b97
Changed files (2)
app
views
my
shared
config
config/routes.rb
@@ -76,7 +76,6 @@ Cake::Application.routes.draw do
resources :settings, only: [:index, :update]
resources :passwords, only: [:index, :update]
resources :avatars, only: [:edit, :update]
- #root to: "home#index"
root to: "dashboard#index"
end
end