Flowdock
method

reset_cache

Importance_0
v2.1.0 - Show latest stable - 0 notes - Class: Fixtures
reset_cache(connection = nil) 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 450
  def self.reset_cache(connection = nil)
    connection ||= ActiveRecord::Base.connection
    @@all_cached_fixtures[connection.object_id] = {}
  end
Register or log in to add new notes.