Skip to content

Commit

Permalink
Merge pull request #798 from praveenangyan/patch-1
Browse files Browse the repository at this point in the history
Update README.md [ci skip]
  • Loading branch information
seuros authored Jan 13, 2017
2 parents f55b20e + c7f8669 commit 0b553e9
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 @@ -208,6 +208,7 @@ User.tagged_with("awesome").by_join_date
User.tagged_with("awesome").by_join_date.paginate(:page => params[:page], :per_page => 20)

# Find users that matches all given tags:
# NOTE: This only matches users that have the exact set of specified tags. If a user has additional tags, they are not returned.
User.tagged_with(["awesome", "cool"], :match_all => true)

# Find users with any of the specified tags:
Expand Down

0 comments on commit 0b553e9

Please sign in to comment.