add user follow feature

This commit is contained in:
João Victor Geonizeli
2022-02-27 16:13:52 -03:00
parent 011a8cdb77
commit 70e25e8399
15 changed files with 181 additions and 7 deletions

View File

@@ -1,4 +1,5 @@
Rails.application.routes.draw do
resources :user_follows, only: [:create, :destroy]
resources :users, only: [:show]
# Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html