Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2.3.2) is shown here.
These similar methods exist in v3.2.13:
remove_index(table_name, options = {})
public
Drops an index from a table.
Show source
def remove_index(table_name, options = {})
execute "DROP INDEX #{index_name(table_name, options)}"
end