lib/generators/cream/helpers/execute_helper.rb in cream-0.8.9.2 vs lib/generators/cream/helpers/execute_helper.rb in cream-0.8.9.3

- old
+ new

@@ -5,10 +5,10 @@ def rgen command execute "rails g #{command}" end def execute command - logger.debug command + debug! command run command end def bundle_install run "bundle install" \ No newline at end of file