add user follow feature
This commit is contained in:
2
app/views/user_follows/_user_follow.json.jbuilder
Normal file
2
app/views/user_follows/_user_follow.json.jbuilder
Normal file
@@ -0,0 +1,2 @@
|
||||
json.extract! user_follow, :id, :follower_id, :followed_id, :created_at, :updated_at
|
||||
json.url user_follow_url(user_follow, format: :json)
|
||||
Reference in New Issue
Block a user