Mercurial > zeropaste
view config/default_config.rb @ 159:d8e450dd363b
Newlines cleanup.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Wed, 28 Nov 2012 09:44:37 -0800 |
parents | d7b64b639d15 |
children | faded97bb095 |
line wrap: on
line source
CONFIG['standalone'] ||= true CONFIG['newrelic'] ||= false CONFIG['bundler_groups'] ||= Rails.groups(:assets => %w(development test)) CONFIG['bundler_groups'] << 'standalone' if CONFIG['standalone'] CONFIG['bundler_groups'] << 'newrelic' if CONFIG['newrelic']