templates/bootstrap.rb in prologue-0.1.1 vs templates/bootstrap.rb in prologue-0.1.2

- old
+ new

@@ -55,9 +55,12 @@ apply File.expand_path("../db_seed.rb", __FILE__) # Make a home controller apply File.expand_path("../home_controller.rb", __FILE__) +# Make initializers +apply File.expand_path("../initializers.rb", __FILE__) + # Clean up generated routes apply File.expand_path("../clean_routes.rb", __FILE__) # Remove RSpec stuff we are not gonna use right away apply File.expand_path("../rspec_clean.rb", __FILE__) \ No newline at end of file