Skip to content

Commit

Permalink
Merge pull request collectiveidea#71 from debbbbie/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
laserlemon committed Oct 13, 2014
2 parents 338ed26 + e9e46e4 commit 6437d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ class AuthenticateUser

def call
if user = User.authenticate(context.email, context.password)
context.user. = user
context.user = user
context.token = user.secret_token
else
context.fail!(message: "authenticate_user.failure")
Expand Down

0 comments on commit 6437d55

Please sign in to comment.