0
0
Fork 0

Add (back) option to set redirect notice on account without moving followers (#11994)

Fix #11913
This commit is contained in:
Eugen Rochko 2019-09-29 05:03:19 +02:00 committed by GitHub
parent b0cda7a504
commit 163ed91af3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 144 additions and 18 deletions

View file

@ -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]