Active admin redirects after login
问题 When an admin logs in, it automatically redirects to the main home page (i.e. not the admin dashboard). I'm not sure why it does this or how to change it... routes.rb ActiveAdmin.routes(self) devise_for :admin_user, ActiveAdmin::Devise.config get "guidelines/topic" get "guidelines/topichospital" get "guidelines/topicspecialty" get "guidelines/favourite" get "profiles/show" get "guidelines/show" root :to => 'guidelines#index' my application_controller.rb has been changed to redirect after user