update readme

This commit is contained in:
w-zengtao 2017-01-18 14:45:30 +08:00
parent 029b892757
commit d15311cd42
1 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,8 @@ User.first.follow(Article.first)
User.first.unfollow(Article.first)
# 查看是否关注某个对象
User.first.follow?(Article.first)
# 查看关注模型的所有对象
User.first.followings('Article')
```
以上是目前实现的功能 还有黑名单等功能待实现
## License