Removes OS specific directory separator

This commit is contained in:
Daniel Lopez 2017-12-21 10:35:48 +09:00
parent 5232ddad65
commit 0a27a574c4
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