Fix rubocop warnings

This commit is contained in:
Tom Hughes 2019-12-04 19:25:06 +00:00
parent 743a764f3b
commit 57f5b7840e
24 changed files with 51 additions and 49 deletions

View file

@ -2,7 +2,7 @@
# Otherwise, admins might not be aware that they are now silently ignored
# and major problems could occur
# rubocop:disable Rails/Output, Rails/Exit
if File.exist?(Rails.root.join("config", "application.yml"))
if File.exist?(Rails.root.join("config/application.yml"))
puts "The config/application.yml file is no longer supported."
puts ""
puts "Default settings are now found in config/settings.yml and you"