lib/catche.rb in catche-0.2.4 vs lib/catche.rb in catche-0.2.5

- old
+ new

@@ -3,19 +3,20 @@ require 'catche/controller' require 'catche/model' require 'catche/tag' require 'catche/resource_loader' require 'catche/expire' +require 'catche/view_helpers' module Catche extend self - def initialize_defaults - - end + class << self - def adapter - Catche::Adapter::Base + def adapter + Catche::Adapter::Base + end + end end