Displaying 1 result from an estimated 1 matches for "voyxe".
Did you mean:
voice
2012 Aug 15
0
Devise access customer information without password
...n">
<%= 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_path'' for #<#<Class:0xb49b1838>:0xb49b0244>
Extracted source (around line #1):
1: <%= form_for(@customer) do |f| %>
2: <fieldset>
3: <div class="cus">
4:...