method

update_all_loaded_fixtures

update_all_loaded_fixtures(fixtures_map)
private

No documentation available.

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