module SelfishAssociations::Base

Public Instance Methods

reset_selfish_association_cache() click to toggle source
# File lib/selfish_associations/base.rb, line 12
def reset_selfish_association_cache
  @selfish_association_cache = {}
end