# File lib/active_ldap/associations.rb, line 197 def clear_association_cache return if new_record? (self.class.associations || []).each do |association| instance_variable_set("@#{association}", nil) end end