Hello, This is probably an easy one. I have a model relationship like -- post has_many comments. In the new form I get a drop down with the comments.
How do I limit the comments to those that actually belong to the post? If I put true inside view_permitted?(field) I get all the comments, including those that aren't associated with the post. Thanks, Mike -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
