method

cache_for_connection

v2.3.8 - Show latest stable - Class: Fixtures
cache_for_connection(connection)
public

No documentation available.

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