Module: RestrictCache::ActiveRecordExt::Base

Extended by:
ActiveSupport::Concern
Defined in:
lib/restrict_cache/active_record_ext.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#restrict_cacheObject



10
11
12
# File 'lib/restrict_cache/active_record_ext.rb', line 10

def restrict_cache
  RestrictCache.add(self)
end