about summary refs log tree commit diff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-11-27 22:47:06 +0100
committerGitHub <noreply@github.com>2017-11-27 22:47:06 +0100
commit706e534455e2137c324c0ebb30435e7630ab7c1f (patch)
tree9875215f85439929a41d70853a674a2c33096f93 /config/routes.rb
parentff78c1177a180f1b9aec8464734ac3aa1c888874 (diff)
Add UI for setting up account migration (#5832)
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 59c3d4fdb..6313a355d 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -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