method

update_all_loaded_fixtures

rails latest stable - Class: ActiveRecord::FixtureSet
update_all_loaded_fixtures(fixtures_map)
private

No documentation available.

# File activerecord/lib/active_record/fixtures.rb, line 702
        def update_all_loaded_fixtures(fixtures_map) # :nodoc:
          all_loaded_fixtures.update(fixtures_map)
        end