method

insert_fixtures

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

Method deprecated or moved

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

insert_fixtures(fixtures, table_name)
public

Inserts a set of fixtures into the table. Overridden in adapters that require something beyond a simple insert (eg. Oracle).