]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/022_key_constraints.rb
Standardise on double quoted strings
[rails.git] / db / migrate / 022_key_constraints.rb
index e854ba78e0dd6075f9404c0075ad5fa746abe240..aa4c496c9f2dd765a6533cf9cca42f4bc00e1916 100644 (file)
@@ -1,4 +1,4 @@
-require 'migrate'
+require "migrate"
 
 class KeyConstraints < ActiveRecord::Migration
   def self.up
@@ -47,6 +47,6 @@ class KeyConstraints < ActiveRecord::Migration
   end
 
   def self.down
-    raise ActiveRecord::IrreversibleMigration
+    fail ActiveRecord::IrreversibleMigration
   end
 end