Skip to content
This repository has been archived by the owner on Jul 23, 2023. It is now read-only.

Commit

Permalink
fixes autoloading bug where it would set up :Redi instead of :Redis
Browse files Browse the repository at this point in the history
  • Loading branch information
langalex committed Sep 17, 2012
1 parent 7783e68 commit 6bffa6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slanger.rb
Expand Up @@ -13,6 +13,6 @@ module Slanger; end

File.tap do |f|
Dir[f.expand_path(f.join(f.dirname(__FILE__),'lib', 'slanger', '*.rb'))].each do |file|
Slanger.autoload File.basename(file, '.rb').classify, file
Slanger.autoload File.basename(file, '.rb').camelize, file
end
end

0 comments on commit 6bffa6a

Please sign in to comment.