On Jul 26, 2011, at 6:59 PM, kevinpfromnm wrote: > Hmm.. if I have to make the input for each model I'm not saving much from > what I already got. I had to make a custom view to map the options (yes, it > blew up on the reflection). I was just hoping there'd be a simple way to get > the hobo magic on the view.
It should be possible to declare an input tag for ActiveRecord::Base and use some name_attribute mojo to build a generic input, but there's a serious magic-drought when there's not a reflection, etc to work with. :) --Matt Jones -- 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.
