Fix basic style issues with rubocop
This commit is contained in:
parent
f4a22851a1
commit
763f864dc9
36 changed files with 108 additions and 143 deletions
|
|
@ -7,7 +7,7 @@ begin
|
|||
CONFIG = YAML.load_file(path)[Rails.env]
|
||||
rescue Exception
|
||||
puts "Error while parsing config file #{path}"
|
||||
CONFIG = Hash.new
|
||||
CONFIG = {}
|
||||
end
|
||||
|
||||
# Initialize the rails application
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue