aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-06-12 18:09:10 -0300
committerwycats <wycats@gmail.com>2010-06-12 18:47:37 -0700
commitf802eb2f0039512105d6ed985e1ed3245f7316d5 (patch)
tree8c59bac3e7b65367fa17c52370ccdf8e86080d7d /activesupport
parentd67549306567b219089f2355fe432d31d0ebf8a1 (diff)
downloadrails-f802eb2f0039512105d6ed985e1ed3245f7316d5.tar.gz
rails-f802eb2f0039512105d6ed985e1ed3245f7316d5.tar.bz2
rails-f802eb2f0039512105d6ed985e1ed3245f7316d5.zip
require conversions to use String#ord
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/cache/file_store.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/cache/file_store.rb b/activesupport/lib/active_support/cache/file_store.rb
index fc225e77a2..84f6f29572 100644
--- a/activesupport/lib/active_support/cache/file_store.rb
+++ b/activesupport/lib/active_support/cache/file_store.rb
@@ -1,4 +1,5 @@
require 'active_support/core_ext/file/atomic'
+require 'active_support/core_ext/string/conversions'
module ActiveSupport
module Cache