spec/lib/generators/nyauth/tmp/app/views/nyauth/reset_passwords/edit.html.erb in nyauth-0.2.8 vs spec/lib/generators/nyauth/tmp/app/views/nyauth/reset_passwords/edit.html.erb in nyauth-0.3.0

- old
+ new

@@ -1,5 +1,5 @@ -<%= form_for @client, url: reset_password_path_for(client_name, params[:reset_password_key]) do |f| %> +<%= form_for @client, url: reset_password_path_for(nyauth_client_name, params[:reset_password_key]) do |f| %> <%= f.object.errors.full_messages %> <%= f.password_field :password %> <%= f.password_field :password_confirmation %> <%= f.submit 'Update' %> <% end %>