Module: RestrictCache::RailsExt::ActiveRecord::Base

Extended by:
ActiveSupport::Concern
Defined in:
lib/restrict_cache/rails_ext/active_record/base.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#restrict_cacheObject



13
14
15
# File 'lib/restrict_cache/rails_ext/active_record/base.rb', line 13

def restrict_cache
  RestrictCache.add(self)
end