From db214a1b5ad592279ee90dc2d765a7982a9f2f50 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sun, 29 Mar 2009 00:08:22 -0700 Subject: Explicit File#atomic_write dependency --- activesupport/lib/active_support/cache/file_store.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/activesupport/lib/active_support/cache/file_store.rb b/activesupport/lib/active_support/cache/file_store.rb index 7f34cb52a1..61125723e2 100644 --- a/activesupport/lib/active_support/cache/file_store.rb +++ b/activesupport/lib/active_support/cache/file_store.rb @@ -1,3 +1,5 @@ +require 'active_support/core_ext/file/atomic_write' + module ActiveSupport module Cache # A cache store implementation which stores everything on the filesystem. -- cgit v1.2.3