Skip to content

Instantly share code, notes, and snippets.

@rodloboz
Created April 27, 2019 02:48
Show Gist options
  • Save rodloboz/c193e223c6f2e647ca2d85e87a5b56bd to your computer and use it in GitHub Desktop.
Save rodloboz/c193e223c6f2e647ca2d85e87a5b56bd to your computer and use it in GitHub Desktop.
resources :users, path: '/', param: :username, only: %i[show] do
post :follow, to: 'users/follows#create', as: :follow
delete :follow, to: 'users/follows#destroy', as: :unfollow
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment