search for: button_accept

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

2012 Aug 15
0
Devise access customer information without password
...<%= 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/voyxe/app/views/settings/_email.html.erb where line #1 raised: undefined method `customer_pa...