Skip to content

Commit

Permalink
Fix typo in AuthenticationController#failure
Browse files Browse the repository at this point in the history
Should be calling #redirect_to, not #redirect

Working towards osbridge/planning#33
  • Loading branch information
reidab committed Mar 3, 2014
1 parent 6cc2b15 commit ec972f4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -34,7 +34,7 @@ def create

def failure
flash[:error] = params[:message]
redirect sign_in_path
redirect_to sign_in_path
end

protected
Expand Down

0 comments on commit ec972f4

Please sign in to comment.