Fix rubocop style issues

This commit is contained in:
Tom Hughes 2015-02-17 22:33:21 +00:00
parent baf10cd392
commit 5cbd4038ed
47 changed files with 530 additions and 638 deletions

View file

@ -52,9 +52,7 @@ OpenStreetMap::Application.configure do
# config.log_tags = [ :subdomain, :uuid ]
# Use a different log path in production.
if defined?(LOG_PATH)
config.paths["log"] = LOG_PATH
end
config.paths["log"] = LOG_PATH if defined?(LOG_PATH)
# Use a different logger for distributed setups.
# config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new)