Problem
With Devise the user
should be redirected to the edit_user_registration_path
of the Devise controller registrations#edit
action when already logged in.
Description
In the routes.rb
the root is set as root :to => 'main#welcome'
. The User is allways redirected to this page, even when already logged in.
Thanks a lot Fabrizio