Add UI for setting up account migration (#5832)

This commit is contained in:
Eugen Rochko
2017-11-27 22:47:06 +01:00
committed by GitHub
parent ff78c1177a
commit 706e534455
7 changed files with 90 additions and 1 deletions

View File

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