Methods
C
Instance Public methods
change()
# File activerecord/test/cases/invertible_migration_test.rb, line 120
def change
  add_index :horses, :content, name: "horses_index_named"
end