Files
postter/app/views/user_follows/_user_follow.json.jbuilder
João Victor Geonizeli 70e25e8399 add user follow feature
2022-02-27 16:13:52 -03:00

3 lines
138 B
Ruby

json.extract! user_follow, :id, :follower_id, :followed_id, :created_at, :updated_at
json.url user_follow_url(user_follow, format: :json)