Sha256: e605f5ef9e676aee71a9491c75337bdd80031987e390da9cfcb028bffe07c9a9

Contents?: true

Size: 321 Bytes

Versions: 1

Compression:

Stored size: 321 Bytes

Contents

require 'catche/railtie'
require 'catche/adapter'
require 'catche/controller'
require 'catche/model'
require 'catche/tag'
require 'catche/resource_loader'
require 'catche/expire'
require 'catche/view_helpers'

module Catche

  extend self

  class << self

    def adapter
      Catche::Adapter::Base
    end

  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
catche-0.2.5 lib/catche.rb