Skip to content

Commit

Permalink
Removed Cachable module from Base -- needs re-work
Browse files Browse the repository at this point in the history
  • Loading branch information
kmayer committed Oct 14, 2010
1 parent 0bc899c commit 1775650
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions lib/highrise/base.rb
@@ -1,7 +1,4 @@
require File.dirname(__FILE__) + '/../cachable'

module Highrise
class Base < ActiveResource::Base
include ::Cachable
end
end
1 change: 1 addition & 0 deletions spec/cachable_spec.rb
@@ -1,4 +1,5 @@
require File.dirname(__FILE__) + '/spec_helper'
require 'cachable'

class CachedResource < ActiveResource::Base
include ::Cachable
Expand Down

0 comments on commit 1775650

Please sign in to comment.