method

cache_for_connection

v3.0.0 - Show latest stable - Class: Fixtures
cache_for_connection(connection)
public

No documentation available.

# File activerecord/lib/active_record/fixtures.rb, line 460
  def self.cache_for_connection(connection)
    @@all_cached_fixtures[connection.object_id] ||= {}
    @@all_cached_fixtures[connection.object_id]
  end