5 6 7
# File 'app/controllers/index_controller.rb', line 5 def index redirect_to admin_root_path if admin_signed_in? end