aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/message_verifier.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-03-06 17:52:30 +0100
committerXavier Noria <fxn@hashref.com>2011-03-06 17:52:30 +0100
commit89d825d02172f7c1ba1211119ea9844206aae9c3 (patch)
tree4716db6c964db1b81843523932be4b097b9291db /activesupport/lib/active_support/message_verifier.rb
parent5e7ce47fb9ab50858fe067a6eb6c0462c5c5681e (diff)
parent6ce844a3c1d9c1de4ae54cbe73e0dbd0acbe688a (diff)
downloadrails-89d825d02172f7c1ba1211119ea9844206aae9c3.tar.gz
rails-89d825d02172f7c1ba1211119ea9844206aae9c3.tar.bz2
rails-89d825d02172f7c1ba1211119ea9844206aae9c3.zip
Merge branch 'master' of git://github.com/lifo/docrails
Diffstat (limited to 'activesupport/lib/active_support/message_verifier.rb')
-rw-r--r--activesupport/lib/active_support/message_verifier.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/message_verifier.rb b/activesupport/lib/active_support/message_verifier.rb
index 9a4468f73c..8f3946325a 100644
--- a/activesupport/lib/active_support/message_verifier.rb
+++ b/activesupport/lib/active_support/message_verifier.rb
@@ -2,7 +2,7 @@ require 'active_support/base64'
require 'active_support/core_ext/object/blank'
module ActiveSupport
- # MessageVerifier makes it easy to generate and verify messages which are signed
+ # +MessageVerifier+ makes it easy to generate and verify messages which are signed
# to prevent tampering.
#
# This is useful for cases like remember-me tokens and auto-unsubscribe links where the