Revert "cleanup commands"

This reverts commit 3df92619bb.
This commit is contained in:
Chris Anderson 2008-09-11 22:47:01 -07:00
parent 3df92619bb
commit 4089e79a7f
3 changed files with 86 additions and 3 deletions

View file

@ -29,7 +29,6 @@ module CouchRest
autoload :Pager, 'couchrest/helper/pager'
autoload :FileManager, 'couchrest/helper/file_manager'
autoload :Streamer, 'couchrest/helper/streamer'
autoload :Commands, 'couchrest/commands '
# The CouchRest module methods handle the basic JSON serialization
# and deserialization, as well as query parameters. The module also includes