module RestrictCache::RailsExt::ActiveRecord::Base

Public Instance Methods

restrict_cache() click to toggle source
# File lib/restrict_cache/rails_ext/active_record/base.rb, line 13
def restrict_cache
  RestrictCache.add(self)
end