= private = protected
clear_association_cache()
Clears out the association cache.
# File activerecord/lib/active_record/associations.rb, line 142 def clear_association_cache #:nodoc: @association_cache.clear if persisted? end