Sha256: 9b9f6f15977c33d7817aee700b0653eccc1319e04c531d4462540d9c759af17e

Contents?: true

Size: 275 Bytes

Versions: 3

Compression:

Stored size: 275 Bytes

Contents

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

module Catche

  extend self

  def initialize_defaults
    
  end

  def adapter
    Catche::Adapter::Base
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
catche-0.2.2 lib/catche.rb
catche-0.2.1 lib/catche.rb
catche-0.2 lib/catche.rb