Fix rubocop warnings
This commit is contained in:
parent
743a764f3b
commit
57f5b7840e
24 changed files with 51 additions and 49 deletions
|
@ -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.action_controller.enable_fragment_cache_logging = true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue