lib/mack-caching.rb in mack-caching-0.8.1 vs lib/mack-caching.rb in mack-caching-0.8.2
- old
+ new
@@ -1,5 +1,6 @@
-require 'rubygems'
+require File.join(File.dirname(__FILE__), 'gems')
+
require 'cachetastic'
configatron.mack.caching.set_default(:use_page_caching, false)
configatron.cachetastic_default_options.set_default(:debug, false)
configatron.cachetastic_default_options.set_default(:adapter, :local_memory)
\ No newline at end of file