Merge branch 'master' of github.com:gitlabhq/gitlabhq

This commit is contained in:
Dmitriy Zaporozhets 2014-06-25 11:41:35 +03:00
commit 79ee94eccb

View file

@ -84,7 +84,7 @@ GET /users
]
```
You can search for a users by email or username with: `/users?search=John`
You can search for users by email or username with: `/users?search=John`
Also see `def search query` in `app/models/user.rb`.