Skip to content

Commit

Permalink
Add a missing 'end'
Browse files Browse the repository at this point in the history
  • Loading branch information
andresf committed Feb 17, 2012
1 parent 755c4bd commit 54a7b53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ class Post
field :published, :type => Boolean

taggable :aggregation_options => { :query => { :published => true } }
end
```

A full list of available options can be found at [the ruby driver API](http://api.mongodb.org/ruby/current/Mongo/Collection.html#map_reduce-instance_method) (consult the appropriate version).
Expand Down

0 comments on commit 54a7b53

Please sign in to comment.