Flowdock
method

default_fixture_model

Importance_0
v5.2.3 - Show latest stable - 0 notes - Class: ClassCache
default_fixture_model(fs_name, config) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/fixtures.rb, line 526
        def default_fixture_model(fs_name, config)
          ActiveRecord::FixtureSet.default_fixture_model_name(fs_name, config)
        end
Register or log in to add new notes.