Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v7.0.0) is shown here.
clear_association_scope_cache()
public
This is for clearing cache on the reflection. Useful for tests that need to
compare SQL queries on associations.
# File activerecord/lib/active_record/reflection.rb, line 850
def clear_association_scope_cache # :nodoc:
delegate_reflection.clear_association_scope_cache
source_reflection.clear_association_scope_cache
through_reflection.clear_association_scope_cache
end