> No love for those using named routes and form_for in trunk?
>
> form_for(:comment, comment, new_comment_url
> (article.hash_for_permalink)) do |f|
> => can't convert Symbol into String
>
> also the docs are no longer valid as it doesn't use :url => {}
form_for(
:comment, comment,
:url => new_comment_url(article.hash_for_permalink)) do |f|
--
David Heinemeier Hansson
http://www.loudthinking.com -- Broadcasting Brain
http://www.basecamphq.com -- Online project management
http://www.backpackit.com -- Personal information manager
http://www.rubyonrails.com -- Web-application framework
_______________________________________________
Rails-core mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails-core