Skip to content

Commit

Permalink
Fixed login_required.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bleigh committed Mar 20, 2009
1 parent 00796ea commit d805729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/twitter_auth/controller_extensions.rb
Expand Up @@ -33,7 +33,7 @@ def authorized?
end

def login_required
authorized? || authentication_failed
authorized? || access_denied
end

def access_denied
Expand Down

0 comments on commit d805729

Please sign in to comment.