Module: SettingsDB::Settings

Extended by:
ActiveSupport::Concern
Defined in:
lib/settingsdb/settings.rb

Overview

:nodoc:

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#remove_from_cacheObject

:nodoc:



13
14
15
# File 'lib/settingsdb/settings.rb', line 13

def remove_from_cache # :nodoc:
  self.class.delete_from_cache(self)
end