diff --git a/config/routes.rb b/config/routes.rb index 9ab4310..a1a50af 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -8,7 +8,7 @@ Redstoner::Application.routes.draw do collection do get 'donate' get 'home' - get 'index', to: redirect('/home') + get 'index' end end