templates/skeleton/config/environment.rb in grippy-doozer-0.1.3 vs templates/skeleton/config/environment.rb in grippy-doozer-0.1.4
- old
+ new
@@ -1,7 +1,7 @@
# This file is loaded right after orm is initialized and right before app, controllers and models
# place code here which is used throughout the application
-printf "Loading Environment..."
+printf "Loading Environment... \n"
Doozer::Initializer.after_orm do | config |
# require 'doozer/plugins/paginate/init'
end
\ No newline at end of file