method

default_fixture_model

rails latest stable - Class: ActiveRecord::FixtureSet::ClassCache

Method deprecated or moved

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

default_fixture_model(fs_name, config)
private

No documentation available.

# File activerecord/lib/active_record/fixtures.rb, line 498
        def default_fixture_model(fs_name, config)
          ActiveRecord::FixtureSet.default_fixture_model_name(fs_name, config)
        end