0
0
Fork 0

Fix #72 - add follow/unfollow button to public profiles

This commit is contained in:
Eugen Rochko 2016-10-06 21:27:58 +02:00
parent 87ba52ad3f
commit 3554d638b3
7 changed files with 33 additions and 1 deletions

View file

@ -25,6 +25,9 @@ Rails.application.routes.draw do
member do
get :followers
get :following
post :follow
post :unfollow
end
end