class ActiveRecord::InvertibleMigrationTest::RevertNamedIndexMigration2
Public Instance Methods
change()
click to toggle source
# File activerecord/test/cases/invertible_migration_test.rb, line 151 def change add_index :horses, :content, name: "horses_index_named" end