On Aug 8, 2011, at 2:07 PM, kevinpfromnm wrote: > https://gist.github.com/1132324 > > Not a whole lot in there
Hmmm - not sure where the rest of it is going. It looks like the most likely culprit in this case is a select-one, which ends up calling 'this_field_reflection.klass.default_order'. The problem is that AR (last I checked - this was back in 2.3) is returning a funky proxy-flavored object instead of a standard class. I would make sure that the form is skipping the polymorphic association field. --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.
