From 36e934a5cef156c96a143fa4430afafad73fdb8a Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sun, 29 Mar 2009 00:10:32 -0700 Subject: Fix require --- activesupport/lib/active_support/cache/file_store.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib/active_support/cache/file_store.rb') diff --git a/activesupport/lib/active_support/cache/file_store.rb b/activesupport/lib/active_support/cache/file_store.rb index 61125723e2..3217350d58 100644 --- a/activesupport/lib/active_support/cache/file_store.rb +++ b/activesupport/lib/active_support/cache/file_store.rb @@ -1,4 +1,4 @@ -require 'active_support/core_ext/file/atomic_write' +require 'active_support/core_ext/file/atomic' module ActiveSupport module Cache -- cgit v1.2.3