templates/config/routes.erb in cybele-1.9.1 vs templates/config/routes.erb in cybele-1.9.2

- old
+ new

@@ -36,10 +36,10 @@ put 'user' => 'user/registrations#update', as: 'user_profile_registration' end namespace :user do root to: 'dashboard#index' resources :dashboard, only: [:index] - resources :profile, only: [:index, :edit, :update] + resources :profile, only: [:show, :edit, :update] end # Common pages root to: 'welcome#index'