From f791631ba1b90acc39303a72dc8f6156afccee83 Mon Sep 17 00:00:00 2001 From: Martin Lensment Date: Tue, 24 Mar 2015 11:35:23 +0200 Subject: [PATCH] Redirect initial request to admin login --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 4ddcd8a27..96d564602 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -105,7 +105,7 @@ Rails.application.routes.draw do # root to: 'admin/domains#index', as: :authenticated_root # end - root to: redirect('login') + root to: redirect('admin/login') # The priority is based upon order of creation: first created -> highest priority. # See how all your routes lay out with "rake routes".