I think I've got a reason to use a has_one model - it's basically a table that lists some standard values for things, and a description. I don't want to go from that table back to any other table (so a has_many_through isn't right). Hobo doesn't support has_one relationships... does it?
What can I do to show up this field in forms - I want to have a selection box that shows the (small) choice of items in the "has_one" model? Or must I re-interpret the model, and do something to block going from the item-description table back to the model that uses it? -- 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.
