Commit 2d3d210b authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'user-search' into 'master'

User-search
parents 27ceb6be 9ae11007
......@@ -51,6 +51,10 @@ GET /users
]
```
You can search for a users by email or username with:
`/users?search=John`
Also see `def search query` in `app/models/user.rb`.
## Single user
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment