This project is archived and is in readonly mode.
Documentation mistake (typo)
Reported by Mohammed Naser | January 11th, 2011 @ 04:42 AM
Hello,
There is a small typo in the documentation
http://api.rubyonrails.org/classes/ActionView/Helpers/FormHelper.html
under "If you have an object that needs to be represented as a
different parameter, like a Client that acts as a Person:
"
<%= form_for(@post, :as => :client do |f| %>
should be
<%= form_for(@post, :as => :client) do |f| %>
Thanks.
Comments and changes to this ticket
-
Evgeniy Dolzhenko January 11th, 2011 @ 08:16 AM
You can freely commit documentation fixes to the docrails repo, read more about it here http://weblog.rubyonrails.org/2008/5/2/help-improve-rails-documenta...
-
Mohammed Naser January 11th, 2011 @ 08:49 AM
Looks like it's already been fixed in docrails. I am not sure how to close this so if someone can close it (or if I figure it out)
I will check the docrails in the future.
Thanks
-
Vijay Dev February 6th, 2011 @ 09:07 PM
- Tag set to documentation
- Assigned user set to Xavier Noria
As Naser mentions, this is fixed (6f3ac42550ed6780427e723de61f351537d582bf) and can be closed.
@Xavier: Assigning to you for closure. Thanks!
-
Ryan Bigg February 7th, 2011 @ 12:00 AM
- State changed from new to hold
- Importance changed from to Low
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>