aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/message_verifier.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-09-24 22:43:23 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2009-09-24 22:44:40 -0700
commit5d24827e393c1fe2bcd5533c84bb4a8bec4d1265 (patch)
tree1688158154fd6577de572ab63bce633bca630374 /activesupport/lib/active_support/message_verifier.rb
parent897b9ac43b22ae8873258493ea22eab1c07acd39 (diff)
downloadrails-5d24827e393c1fe2bcd5533c84bb4a8bec4d1265.tar.gz
rails-5d24827e393c1fe2bcd5533c84bb4a8bec4d1265.tar.bz2
rails-5d24827e393c1fe2bcd5533c84bb4a8bec4d1265.zip
Explicitly require String#bytesize extension
Diffstat (limited to 'activesupport/lib/active_support/message_verifier.rb')
-rw-r--r--activesupport/lib/active_support/message_verifier.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/message_verifier.rb b/activesupport/lib/active_support/message_verifier.rb
index 0474b476df..2b8817f05c 100644
--- a/activesupport/lib/active_support/message_verifier.rb
+++ b/activesupport/lib/active_support/message_verifier.rb
@@ -1,3 +1,5 @@
+require 'active_support/core_ext/string/bytesize'
+
module ActiveSupport
# MessageVerifier makes it easy to generate and verify messages which are signed
# to prevent tampering.