Skip to content

Commit cf40609

Browse files
committed
Don't document ability to change cache location
This section is about loading code, not about setting the cache store.
1 parent 06d84e9 commit cf40609

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ config.assets.configure do |env|
9999
env.register_preprocessor 'application/javascript', MyProcessor
100100

101101
env.logger = Rails.logger
102-
103-
env.cache = ActiveSupport::Cache::FileStore.new("tmp/cache/assets")
104102
end
105103
```
106104

0 commit comments

Comments
 (0)