aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache/file_store.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-03-29 00:10:32 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2009-03-29 00:10:32 -0700
commit36e934a5cef156c96a143fa4430afafad73fdb8a (patch)
tree2394387f39b8746d5e84400e16ab7f31b8a7d636 /activesupport/lib/active_support/cache/file_store.rb
parent2e4db78e6fd60f7d6e6e1477bbe5e11c0c3c43eb (diff)
downloadrails-36e934a5cef156c96a143fa4430afafad73fdb8a.tar.gz
rails-36e934a5cef156c96a143fa4430afafad73fdb8a.tar.bz2
rails-36e934a5cef156c96a143fa4430afafad73fdb8a.zip
Fix require
Diffstat (limited to 'activesupport/lib/active_support/cache/file_store.rb')
-rw-r--r--activesupport/lib/active_support/cache/file_store.rb2
1 files changed, 1 insertions, 1 deletions
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