]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/022_key_constraints.rb
Fix new rubocop warnings
[rails.git] / db / migrate / 022_key_constraints.rb
index aa4c496c9f2dd765a6533cf9cca42f4bc00e1916..5a6a9296fcb4bb4acc3e157fa9934890db67a1e5 100644 (file)
@@ -47,6 +47,6 @@ class KeyConstraints < ActiveRecord::Migration
   end
 
   def self.down
-    fail ActiveRecord::IrreversibleMigration
+    raise ActiveRecord::IrreversibleMigration
   end
 end