1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Explicitly require String#bytesize extension

This commit is contained in:
Jeremy Kemper 2009-09-24 22:43:23 -07:00
parent 897b9ac43b
commit 5d24827e39

View file

@ -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.