Skip to content

Commit

Permalink
Whoops. Forgot to implement login_required.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bleigh committed Mar 20, 2009
1 parent 43e616d commit 3d88a53
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
end

def access_denied
Expand Down

0 comments on commit 3d88a53

Please sign in to comment.