Hey everyone... In the example of belongs_to/has_many in the tutorials if a country is selected then a new recipe is created, the country is automatically set.
I have the very same thing in my app and on one of my commits I changed something that turned the belongs_to into a dropdown on my form. I've tried tinkering with viewhints, the model relationships, and auto_actions_for in the controller. I figured it would be easier just to ask the group than keep poking around. What's going on here? On another part of the form I have the same thing happening, but it makes a lot of sense and I like that the belongs_to is a dropdown. Unfortunately, it drops down all of the choices... where and how is a good place to filter so it only shows the items that belong to the associated model. I have no Owner perse. Thanks in advance.... -- 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.
