Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Commit

Permalink
Fixing typo on installation page. Fixes #26.
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Apr 3, 2011
1 parent 5c2965c commit 97c4e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/docs/installation/configuration.haml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
raise_not_found_error [true]

%p
Will raise a Mongoid::Error::DocumentNotFound
Will raise a Mongoid::Errors::DocumentNotFound
when attempting to find a document by an id that doesnt exist.
When set to false will only return nil for the same query.

Expand Down

0 comments on commit 97c4e50

Please sign in to comment.