aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache/file_store.rb
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-11-11 17:12:42 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-11-11 17:12:42 +0530
commit9fd0cd3a12f969ca0c5c7ce6163e9e451637506d (patch)
treea8bd9971ae8abb2146099b038200755ba1c2e029 /activesupport/lib/active_support/cache/file_store.rb
parentdf5c9fd9f42e9bebb02bb61acf70de3d17bc8152 (diff)
downloadrails-9fd0cd3a12f969ca0c5c7ce6163e9e451637506d.tar.gz
rails-9fd0cd3a12f969ca0c5c7ce6163e9e451637506d.tar.bz2
rails-9fd0cd3a12f969ca0c5c7ce6163e9e451637506d.zip
Revert "Fix "in memory" where it should be "in-memory"."
This reverts commit e34e4d43301618307f94123d3710f094297f91f3. Reason: code changes are not allowed in docrails.
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 9460532af0..85e7e21624 100644
--- a/activesupport/lib/active_support/cache/file_store.rb
+++ b/activesupport/lib/active_support/cache/file_store.rb
@@ -8,7 +8,7 @@ module ActiveSupport
# A cache store implementation which stores everything on the filesystem.
#
# FileStore implements the Strategy::LocalCache strategy which implements
- # an in-memory cache inside of a block.
+ # an in memory cache inside of a block.
class FileStore < Store
attr_reader :cache_path