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