Skip to content

Commit 3baf29e

Browse files
committed
Merge pull request #85 from brettchalupa/patch-1
Update MongoMapper require name.
2 parents c61615f + 1055890 commit 3baf29e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/mongo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ driver?](http://recipes.sinatrarb.com/p/databases/mongo?#article)
1111
## MongoMapper
1212

1313
```ruby
14-
require 'mongomapper'
14+
require 'mongo_mapper'
1515
```
1616

1717
Create the Model class

0 commit comments

Comments
 (0)