Skip to content

Commit

Permalink
Updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Mar 10, 2010
1 parent d9e7242 commit 8070c37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rdoc
Expand Up @@ -34,6 +34,8 @@ You must specify MongoDB database details:
require 'rack/gridfs'
use Rack::GridFS, :hostname => 'localhost', :port => 27017, :database => 'test', :prefix => 'gridfs'

# put a file in gridfs and try visiting /gridfs/objectid

get /.*/ do
"Whatchya talking about?"
end
Expand Down

0 comments on commit 8070c37

Please sign in to comment.