aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/http_authentication.rb
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-06-14 22:45:42 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-06-14 22:45:42 +0530
commit0a83e89222e817f9b1fa041cc286a83461533c0c (patch)
tree74b3edff59f266b07595b3d021c7c913f47695ff /actionpack/lib/action_controller/metal/http_authentication.rb
parent6efc5bf4044a44bd8b207fc3197195f1a38c55db (diff)
downloadrails-0a83e89222e817f9b1fa041cc286a83461533c0c.tar.gz
rails-0a83e89222e817f9b1fa041cc286a83461533c0c.tar.bz2
rails-0a83e89222e817f9b1fa041cc286a83461533c0c.zip
moar copy edits [ci skip]
Diffstat (limited to 'actionpack/lib/action_controller/metal/http_authentication.rb')
-rw-r--r--actionpack/lib/action_controller/metal/http_authentication.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/actionpack/lib/action_controller/metal/http_authentication.rb b/actionpack/lib/action_controller/metal/http_authentication.rb
index 76f380e583..a0d1064094 100644
--- a/actionpack/lib/action_controller/metal/http_authentication.rb
+++ b/actionpack/lib/action_controller/metal/http_authentication.rb
@@ -408,8 +408,7 @@ module ActionController
# ActionController::Base instance for the current request.
#
# [login_procedure]
- # Proc to call if a token is present. The Proc should take 2
- # arguments:
+ # Proc to call if a token is present. The Proc should take two arguments:
#
# authenticate(controller) { |token, options| ... }
#