lib/combustion/application.rb in combustion-1.1.0 vs lib/combustion/application.rb in combustion-1.1.1

- old
+ new

@@ -37,9 +37,10 @@ :load_customized_environment_for_combustion, :before => :load_environment_config, :group => :all ) do next unless Combustion.setup_environment + Combustion::Application.class_eval(&Combustion.setup_environment) end end end