Merge branch 'list-following' into 'master'
feat(List following): get what user is following `(Pode apagar a branch)` See merge request !257
No related branches found
No related tags found
Showing
- app/controllers/concerns/followable_controller.rb 1 addition, 2 deletionsapp/controllers/concerns/followable_controller.rb
- app/controllers/v1/users_controller.rb 13 additions, 3 deletionsapp/controllers/v1/users_controller.rb
- app/models/user.rb 19 additions, 0 deletionsapp/models/user.rb
- app/serializers/follow_serializer.rb 5 additions, 0 deletionsapp/serializers/follow_serializer.rb
- config/routes.rb 2 additions, 0 deletionsconfig/routes.rb
app/serializers/follow_serializer.rb
0 → 100644
Please register or sign in to comment