Displaying 1 result from an estimated 1 matches for "160_authlogic".
2010 Aug 18
2
auth logic - password confirmation
...password %>
</p>
<p>
<%= f.label :password_confirmation %><br />
<%= f.password_field :password_confirmation %>
</p>
<p><%= f.submit %></p>
<% end %>
I am following this railscast here
http://media.railscasts.com/videos/160_authlogic.mov
Half way he changes password_field and also ads password_confirmation
and it works great in the video but for me i get this error
undefined method `password_confirmation'' for #<User:0x1036485d0>
how come that password_confirmation method is not defined?
any tips?
--
You re...