moving out of body

This commit is contained in:
gitlabhq 2011-10-27 18:46:30 +03:00
parent 2258db66c2
commit 56d9761844
5 changed files with 21 additions and 14 deletions

View file

@ -0,0 +1,11 @@
class IssueContenToNote < ActiveRecord::Migration
def up
raise "Not ready"
Issue.find_each(:batch_size => 100) do |issue|
end
end
def down
end
end