From 1b9f48175425f764c1b6281360d232fdce15850c Mon Sep 17 00:00:00 2001 From: Vokhmin Alexey V Date: Thu, 15 May 2014 17:21:46 +0400 Subject: [PATCH] Fixed: 404 error on reseting of token --- app/views/users/settings/private.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/settings/private.html.haml b/app/views/users/settings/private.html.haml index 08d284411..7c714a7d6 100644 --- a/app/views/users/settings/private.html.haml +++ b/app/views/users/settings/private.html.haml @@ -17,7 +17,7 @@ .both %br -= form_for @user, url: reset_auth_token_settings_path, html: {class: :form} do |f| += form_for @user, url: reset_auth_token_settings_path, html: { class: :form, method: :put } do |f| .leftlist= f.label :authentication_token .rightlist= @user.authentication_token .both