]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/022_key_constraints.rb
Fix most auto-correctable rubocop issues
[rails.git] / db / migrate / 022_key_constraints.rb
index e854ba78e0dd6075f9404c0075ad5fa746abe240..79706bc4a64cf59599ec07022d313a908d2af080 100644 (file)
@@ -47,6 +47,6 @@ class KeyConstraints < ActiveRecord::Migration
   end
 
   def self.down
-    raise ActiveRecord::IrreversibleMigration
+    fail ActiveRecord::IrreversibleMigration
   end
 end