取消打印

This commit is contained in:
sw 2015-09-06 17:28:09 +08:00
parent 88397d58d0
commit 955ef3d5fd
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
class DeleteAnonymousFeedback < ActiveRecord::Migration
def up
jour_count = JournalsForMessage.all.count / 30 + 2
puts jour_count
transaction do
for i in 1 ... jour_count do i
JournalsForMessage.page(i).per(30).each do |jour|