rubocop: fix various style issues.
This commit is contained in:
@@ -51,7 +51,7 @@ Rails.application.configure do
|
||||
config.log_level = :error
|
||||
|
||||
# Prepend all log lines with the following tags.
|
||||
config.log_tags = [ :request_id ]
|
||||
config.log_tags = [:request_id]
|
||||
|
||||
# Use a different cache store in production.
|
||||
# config.cache_store = :mem_cache_store
|
||||
|
||||
Reference in New Issue
Block a user