Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request mbleigh#794 from colemerrick/readme-update-finding…
Browse files Browse the repository at this point in the history
…-tagged-objects

Update finding tagged objects in readme [ci skip]
  • Loading branch information
seuros authored Jan 13, 2017
2 parents 033ec2e + 2584e62 commit 77587b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ User.tagged_with(["awesome", "cool"], :match_all => true)
# Find users with any of the specified tags:
User.tagged_with(["awesome", "cool"], :any => true)

# Find users that has not been tagged with awesome or cool:
# Find users that have not been tagged with awesome or cool:
User.tagged_with(["awesome", "cool"], :exclude => true)

# Find users with any of the tags based on context:
Expand Down

0 comments on commit 77587b1

Please sign in to comment.