Module: SmartCacheTenant::ModelCallbacks

Extended by:
ActiveSupport::Concern
Defined in:
lib/smart_cache_tenant/model_callbacks.rb

Instance Method Summary collapse

Instance Method Details

#smart_cache_bump!Object



29
30
31
# File 'lib/smart_cache_tenant/model_callbacks.rb', line 29

def smart_cache_bump!
  SmartCacheTenant::VersionStore.bump!(self.class, try(SmartCacheTenant.config.tenant_column))
end