Merge pull request #31530 from 6temes/removes_os_specific_dir_separator

Removes OS specific directory separator
This commit is contained in:
Guillermo Iguaran 2017-12-20 22:55:30 -05:00 committed by GitHub
commit 3b4f14dc43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Rails.application.configure do
# Enable/disable caching. By default caching is disabled.
# Run rails dev:cache to toggle caching.
if Rails.root.join('tmp/caching-dev.txt').exist?
if Rails.root.join('tmp', 'caching-dev.txt').exist?
config.action_controller.perform_caching = true
config.cache_store = :memory_store