]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/021_move_to_innodb.rb
Fix new rubocop warnings
[rails.git] / db / migrate / 021_move_to_innodb.rb
index b58817ed9f4ecd389faded480adf3f54d86a6654..ce8d33de4eab3447bfd22eaa052958dc3bab40d1 100644 (file)
@@ -36,6 +36,6 @@ class MoveToInnodb < ActiveRecord::Migration
   end
 
   def self.down
   end
 
   def self.down
-    fail ActiveRecord::IrreversibleMigration
+    raise ActiveRecord::IrreversibleMigration
   end
 end
   end
 end