possible typo in :url value on page 408
Reported by Xavier Noria | December 25th, 2007 @ 05:03 PM | in Next Printing
There's a call to form_for in the middle of page 408 that possibly wants users_path for :url, note the plural.
Comments and changes to this ticket
-
Obie January 7th, 2008 @ 08:49 PM
- → State changed from new to open
- → Assigned user changed from Obie to sandee.phillips (at pearson)
- → Milestone changed from Second Edition to Next Printing
Please change the line
<% form_for(:user, :url => user_path) do |f| %>
to
<% form_for(:user, :url => users_path) do |f| %>
-

sandee.phillips (at pearson) January 8th, 2008 @ 08:52 AM
- → State changed from open to resolved
Please Login or create a free account to add a new comment.
You can update this ticket by sending an email to from your email client. (help)
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
