From a20ff3a23a0636d8d1f2fcce9d19328692621d74 Mon Sep 17 00:00:00 2001 From: f Date: Fri, 20 Nov 2020 09:52:18 -0300 Subject: [PATCH] =?UTF-8?q?implementar=20cambio=20de=20contrase=C3=B1a=20c?= =?UTF-8?q?loses=20#187?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/routes.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/routes.rb b/config/routes.rb index 7bfc0da1..cce10720 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -2,6 +2,8 @@ Rails.application.routes.draw do devise_for :usuaries + get '/.well-known/change-password', to: redirect('/usuaries/edit') + mount Blazer::Engine, at: 'blazer' root 'application#index'