Add UI for setting up account migration (#5832)
This commit is contained in:
parent
ff78c1177a
commit
706e534455
7 changed files with 90 additions and 1 deletions
|
@ -96,6 +96,7 @@ Rails.application.routes.draw do
|
|||
end
|
||||
|
||||
resource :delete, only: [:show, :destroy]
|
||||
resource :migration, only: [:show, :update]
|
||||
|
||||
resources :sessions, only: [:destroy]
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue