diff config/default_config.rb @ 330:96631607785f

Even more coding style.
author edogawaconan <me@myconan.net>
date Mon, 14 Apr 2014 17:17:32 +0900
parents 8dfbf854fad3
children 56382cb104dd
line wrap: on
line diff
--- a/config/default_config.rb	Mon Apr 14 17:13:22 2014 +0900
+++ b/config/default_config.rb	Mon Apr 14 17:17:32 2014 +0900
@@ -1,5 +1,5 @@
-CONFIG['standalone'] = true if CONFIG['standalone'].nil?
-CONFIG['newrelic'] = false if CONFIG['newrelic'].nil?
-CONFIG['bundler_groups'] ||= [:default, Rails.env]
-CONFIG['bundler_groups'] << 'standalone' if CONFIG['standalone']
-CONFIG['bundler_groups'] << 'newrelic' if CONFIG['newrelic']
+CONFIG["standalone"] = true if CONFIG["standalone"].nil?
+CONFIG["newrelic"] = false if CONFIG["newrelic"].nil?
+CONFIG["bundler_groups"] ||= [:default, Rails.env]
+CONFIG["bundler_groups"] << "standalone" if CONFIG["standalone"]
+CONFIG["bundler_groups"] << "newrelic" if CONFIG["newrelic"]