diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2009-03-29 00:10:32 -0700 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2009-03-29 00:10:32 -0700 |
commit | 36e934a5cef156c96a143fa4430afafad73fdb8a (patch) | |
tree | 2394387f39b8746d5e84400e16ab7f31b8a7d636 /activesupport | |
parent | 2e4db78e6fd60f7d6e6e1477bbe5e11c0c3c43eb (diff) | |
download | rails-36e934a5cef156c96a143fa4430afafad73fdb8a.tar.gz rails-36e934a5cef156c96a143fa4430afafad73fdb8a.tar.bz2 rails-36e934a5cef156c96a143fa4430afafad73fdb8a.zip |
Fix require
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/cache/file_store.rb | 2 |
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 |