fixing redirect issue

angular
Matt Huntington 10 years ago
parent f28cff24cf
commit ca463e3863

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

Loading…
Cancel
Save