From f802eb2f0039512105d6ed985e1ed3245f7316d5 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Sat, 12 Jun 2010 18:09:10 -0300 Subject: require conversions to use String#ord --- activesupport/lib/active_support/cache/file_store.rb | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3