search for: profile_reset_password_url

Displaying 1 result from an estimated 1 matches for "profile_reset_password_url".

2010 Aug 17
2
[Form] Method POST & PUT problem
...; that has the value "put" does anyone knows why? Thanks, David Sousa Controller: ------------------------------- def new @user = @current_user end ------------------------------------------- View: ------------------------------------- <% semantic_form_for @user, :url => profile_reset_password_url do |form| -%> <% form.inputs -%> <%= form.input :password -%> <%= form.input :new_password -%> <%= form.input :new_password_confirmation -%> <% end -%> <%= form.buttons %> <% end -%> ------------------------------------------- Routes:...