0
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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