class method
self.reset_cache
Ruby on Rails edge
Since v4.0.13Signature
self.reset_cache()
No documentation comment.
Source
# File activerecord/lib/active_record/fixtures.rb, line 567
def reset_cache
@@all_cached_fixtures.clear
end
Defined in activerecord/lib/active_record/fixtures.rb line 567
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::FixtureSet