search for: _email

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

Did you mean: email
2012 Aug 15
0
Devise access customer information without password
...lt;%= 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: <%= f.label :email...