Fixed: 404 error on reseting of token

This commit is contained in:
Vokhmin Alexey V 2014-05-15 17:21:46 +04:00
parent 4c8dfc196b
commit 1b9f481754
1 changed files with 1 additions and 1 deletions

View File

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