aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/http_authentication.rb
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-03-01 01:22:20 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-03-01 01:22:20 +0530
commit4244a09c530edafbb5b4186e84f6313321df4189 (patch)
treea117d373a2f742179d324bf1fd292c208acee3a5 /actionpack/lib/action_controller/metal/http_authentication.rb
parent3abf1f559e244a8a8a08f124d08e75fea02aca4e (diff)
downloadrails-4244a09c530edafbb5b4186e84f6313321df4189.tar.gz
rails-4244a09c530edafbb5b4186e84f6313321df4189.tar.bz2
rails-4244a09c530edafbb5b4186e84f6313321df4189.zip
fix api doc [ci skip]
Diffstat (limited to 'actionpack/lib/action_controller/metal/http_authentication.rb')
-rw-r--r--actionpack/lib/action_controller/metal/http_authentication.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/metal/http_authentication.rb b/actionpack/lib/action_controller/metal/http_authentication.rb
index b8b43ea9ef..44d2f740e6 100644
--- a/actionpack/lib/action_controller/metal/http_authentication.rb
+++ b/actionpack/lib/action_controller/metal/http_authentication.rb
@@ -263,7 +263,7 @@ module ActionController
# The quality of the implementation depends on a good choice.
# A nonce might, for example, be constructed as the base 64 encoding of
#
- # => time-stamp H(time-stamp ":" ETag ":" private-key)
+ # time-stamp H(time-stamp ":" ETag ":" private-key)
#
# where time-stamp is a server-generated time or other non-repeating value,
# ETag is the value of the HTTP ETag header associated with the requested entity,