Add (back) option to set redirect notice on account without moving followers (#11994)
Fix #11913
This commit is contained in:
@ -134,11 +134,10 @@ Rails.application.routes.draw do
|
||||
end
|
||||
|
||||
resource :delete, only: [:show, :destroy]
|
||||
resource :migration, only: [:show, :create]
|
||||
|
||||
resource :migration, only: [:show, :create] do
|
||||
collection do
|
||||
post :cancel
|
||||
end
|
||||
namespace :migration do
|
||||
resource :redirect, only: [:new, :create, :destroy]
|
||||
end
|
||||
|
||||
resources :aliases, only: [:index, :create, :destroy]
|
||||
|
Reference in New Issue
Block a user