Flowdock
method

cache_fixtures

Importance_0
v2.0.3 - Show latest stable - 0 notes - Class: Fixtures
cache_fixtures(connection, fixtures) public

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 469
  def self.cache_fixtures(connection, fixtures)
    cache_for_connection(connection).update(fixtures.index_by { |f| f.table_name })
  end
Register or log in to add new notes.