Fix others additional lints
This commit is contained in:
parent
763f864dc9
commit
056fe5ec3f
18 changed files with 33 additions and 34 deletions
|
|
@ -5,7 +5,7 @@ require File.expand_path('../application', __FILE__)
|
|||
path = Rails.root.join("config", "config.yml")
|
||||
begin
|
||||
CONFIG = YAML.load_file(path)[Rails.env]
|
||||
rescue Exception
|
||||
rescue
|
||||
puts "Error while parsing config file #{path}"
|
||||
CONFIG = {}
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue