lib/highrise/base.rb in kmayer-highrise-0.7.1 vs lib/highrise/base.rb in kmayer-highrise-0.8.0
- old
+ new
@@ -1,4 +1,7 @@
+require 'lib/cachable'
+
module Highrise
class Base < ActiveResource::Base
end
-end
+ include Cachable
+end
\ No newline at end of file