Module: CacheWithSettings

Defined in:
lib/cache_with_settings.rb,
lib/cache_with_settings/railtie.rb,
lib/cache_with_settings/version.rb,
lib/cache_with_settings/configuration.rb

Defined Under Namespace

Modules: Helpers Classes: Railtie

Constant Summary collapse

VERSION =
"1.0.1"

Class Method Summary collapse

Class Method Details

.configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:



7
8
9
# File 'lib/cache_with_settings/configuration.rb', line 7

def self.configure
  yield self
end