redirect logged in users to news, others to home

This commit is contained in:
jomo
2014-06-23 03:02:16 +02:00
parent 9e60048c82
commit 7325a585fc

View File

@@ -8,7 +8,7 @@ Redstoner::Application.routes.draw do
collection do
get 'donate'
get 'home'
get 'index', to: redirect('/home')
get 'index'
end
end