Mercurial > zeropaste
view config/default_config.rb @ 284:bd29f6af1f1c
Add a bit more padding on footer.
author | edogawaconan <me@myconan.net> |
---|---|
date | Wed, 16 Oct 2013 04:02:57 +0900 |
parents | 8dfbf854fad3 |
children | 96631607785f |
line wrap: on
line source
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']