Skip to content

Commit

Permalink
Clarified reference to Cash Money's Config class to help ruby find it.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemelia committed Feb 20, 2009
1 parent a65333a commit 7aa4837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cache_money.rb
Expand Up @@ -28,7 +28,7 @@ class ActiveRecord::Base
def self.is_cached(options = {})
options.assert_valid_keys(:ttl, :repository, :version)
include Cash
Config.create(self, options)
::Cash::Config::Config.create(self, options)
end
end

Expand Down

0 comments on commit 7aa4837

Please sign in to comment.