Sha256: 506ad59d075fb712d700de769020cd3dd0a4c9ccfddf5e8dbf2945727a597688

Contents?: true

Size: 149 Bytes

Versions: 4

Compression:

Stored size: 149 Bytes

Contents

class ChangePantsDangerously < ActiveRecord::Migration[4.2]
  def up
    Pant.find_each do |pant|
      # uh oh!
    end
  end

  def down
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
good_migrations-0.3.0 example/db/migrate/20160202182520_change_pants_dangerously.rb
good_migrations-0.2.1 example/db/migrate/20160202182520_change_pants_dangerously.rb
good_migrations-0.2.0 example/db/migrate/20160202182520_change_pants_dangerously.rb
good_migrations-0.1.0 example/db/migrate/20160202182520_change_pants_dangerously.rb