method

rename_table

rails latest stable - Class: ActiveRecord::ConnectionAdapters::SQLiteAdapter

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.2.13) is shown here.

rename_table(name, new_name)
public

Renames a table.

Example:

rename_table('octopuses', 'octopi')