20111027152724_issue_conten_to_note.rb 175 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 class IssueContenToNote < ActiveRecord::Migration def up raise "Not ready" Issue.find_each(:batch_size => 100) do |issue| end end def down end end