Module: Catche

Extended by:
Catche
Included in:
Catche
Defined in:
lib/catche.rb,
lib/catche/tag.rb,
lib/catche/model.rb,
lib/catche/expire.rb,
lib/catche/railtie.rb,
lib/catche/version.rb,
lib/catche/controller.rb,
lib/catche/tag/collect.rb,
lib/catche/adapter/base.rb,
lib/catche/expire/pages.rb,
lib/catche/expire/views.rb,
lib/catche/view_helpers.rb,
lib/catche/resource_loader.rb,
lib/catche/controller/pages.rb,
lib/catche/controller/actions.rb

Defined Under Namespace

Modules: Adapter, Controller, Expire, Model, Tag, ViewHelpers Classes: Railtie, ResourceLoader

Constant Summary collapse

VERSION =
"0.2.5"

Class Method Summary collapse

Class Method Details

.adapterObject



16
17
18
# File 'lib/catche.rb', line 16

def adapter
  Catche::Adapter::Base
end