]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/008_remove_segments.rb
Qualify ActiveRecord::IrreversibleMigration
[rails.git] / db / migrate / 008_remove_segments.rb
index 16968edadfdd63725ec87f2f264e6906504fdc20..a7d185e4cf7aa54db0b01dd8981729960daa3560 100644 (file)
@@ -82,6 +82,6 @@ class RemoveSegments < ActiveRecord::Migration
   end
 
   def self.down
-    raise IrreversibleMigration.new
+    raise ActiveRecord::IrreversibleMigration
   end
 end