Revert "Fix migrate problem caused by output formating(?)"

This reverts commit 53f24cd885.
This commit is contained in:
Julius 2013-10-03 22:03:14 +02:00
parent dd54cdce7a
commit 3f822dc396
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ class UpdateGroupOrderTotals < ActiveRecord::Migration
say "If you do want to update the ordergroup totals, open the rails console " +
"(by running `rails c`), and enter:"
say "GroupOrder.all.each { |go| go.order.closed? and go.update_price! }"
say "GroupOrder.all.each { |go| go.order.closed? and go.update_price! }", subitem: true
say "You may want to check first that no undesired accounting issues are introduced. " +
"It may be wise to discuss this with those responsible for the ordering finances."