method

reset_cache

Importance_0
reset_cache() 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 495
      def reset_cache
        @@all_cached_fixtures.clear
      end
Register or log in to add new notes.