Hello, I''ve got a problem with nested model form. I need to post just Comments. And they are referenced to Links which are referenced to Category. https://gist.github.com/961300 The current form in app/views/links/show.html.erb doesn''t work for me. I want it to be able to post new comment to links. In the Links controller I''ve got: @link = Link.find(params[:id]) form_for @link, @link.comments.build If there were no Categories but how it would look in the current structure ? Best Regards Ivan -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.