lib/rails/generators/rails/app/templates/config/environment.rb in railties-4.0.0.rc1 vs lib/rails/generators/rails/app/templates/config/environment.rb in railties-4.0.0.rc2

- old
+ new

@@ -1,5 +1,5 @@ -# Load the rails application. +# Load the Rails application. require File.expand_path('../application', __FILE__) -# Initialize the rails application. +# Initialize the Rails application. <%= app_const %>.initialize!