method
remove_references
v7.1.3.4 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::ColumnMethods::Table
remove_references(*args, **options)public
Removes a reference. Optionally removes a type column.
t.remove_references(:user) t.remove_belongs_to(:supplier, polymorphic: true)
See {connection.remove_reference}[rdoc-ref:SchemaStatements#remove_reference]