on login success redirect to /application/spa

api
Matt Huntington 10 years ago
parent 917555d2ee
commit c9f63c991e

@ -17,7 +17,7 @@ class SessionController < ApplicationController
flash[:message] = "Email / Password combo does not exist!"
end
redirect_to root_path
redirect_to application_spa_path
end
def destroy

Loading…
Cancel
Save