Add spec coverage and refactor authorize_follows controller (#2505)
This commit is contained in:
committed by
Eugen Rochko
parent
a23eaf720e
commit
0618f09939
@ -71,8 +71,7 @@ Rails.application.routes.draw do
|
||||
resources :tags, only: [:show]
|
||||
|
||||
# Remote follow
|
||||
get :authorize_follow, to: 'authorize_follow#new'
|
||||
post :authorize_follow, to: 'authorize_follow#create'
|
||||
resource :authorize_follow, only: [:show, :create]
|
||||
|
||||
namespace :admin do
|
||||
resources :pubsubhubbub, only: [:index]
|
||||
|
Reference in New Issue
Block a user