rails redirect after login devise Get link Facebook Twitter Pinterest Email Other Apps - February 03, 2020 devise_scope :user do authenticated :user do root 'dashboard#index', as: :authenticated_root end unauthenticated do root 'home#index', as: :unauthenticated_root end end Read more