Module: SelfishAssociations::Base

Extended by:
ActiveSupport::Concern
Defined in:
lib/selfish_associations/base.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#reset_selfish_association_cacheObject



12
13
14
# File 'lib/selfish_associations/base.rb', line 12

def reset_selfish_association_cache
  @selfish_association_cache = {}
end