Skip to content

Commit

Permalink
Merge pull request #31530 from 6temes/removes_os_specific_dir_separator
Browse files Browse the repository at this point in the history
Removes OS specific directory separator
  • Loading branch information
guilleiguaran committed Dec 21, 2017
2 parents 5232dda + 0a27a57 commit 3b4f14d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Rails.application.configure do


# Enable/disable caching. By default caching is disabled. # Enable/disable caching. By default caching is disabled.
# Run rails dev:cache to toggle caching. # 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.action_controller.perform_caching = true


config.cache_store = :memory_store config.cache_store = :memory_store
Expand Down

0 comments on commit 3b4f14d

Please sign in to comment.