Displaying 1 result from an estimated 1 matches for "customer_edit_button".
2012 Aug 15
0
Devise access customer information without password
...ield :email %>
    </div>
    <div class="customer_edit_confirmation">
            <%= f.label :email_confirmation, "Confirm Password" %>
            <%= f.text_field :email_confirmation %>
    </div>
    </fieldset>
    <div class="customer_edit_button">
            <%= f.submit "Save changes", class: "button_accept" %>
    </div>
<% end %>
However when seeing the view at
http://localhost:3000/settings/1/edit#account
I get the following errors
NoMethodError in Settings#edit
Showing /home/jean/rail/v...