Fix #72 - add follow/unfollow button to public profiles
This commit is contained in:
@ -25,6 +25,9 @@ Rails.application.routes.draw do
|
||||
member do
|
||||
get :followers
|
||||
get :following
|
||||
|
||||
post :follow
|
||||
post :unfollow
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user