Qualify ActiveRecord::IrreversibleMigration

This commit is contained in:
Jason Meinzer 2012-01-02 15:24:47 -08:00 committed by Tom Hughes
parent 1aa7b3b6a8
commit 1a65b3ac6f
8 changed files with 8 additions and 8 deletions

View file

@ -82,6 +82,6 @@ class RemoveSegments < ActiveRecord::Migration
end
def self.down
raise IrreversibleMigration.new
raise ActiveRecord::IrreversibleMigration
end
end