He's not using the serialized type, just a text field with serialization applied after the fact. but good to know the hobo type works
On Jun 1, 1:58 pm, Matt Jones <[email protected]> wrote: > On Sun, May 30, 2010 at 8:47 PM, blueHandTalking <[email protected]> wrote: > > PaymentNotification.create!(:params => params, ...(other fields > > deleted) ) > > > This raises a > > > TypeError (can't convert HashWithIndifferentAccess into String) > > > error. Only fails when the :params => params is in the create > > parameters. > > > Anyone else have problem with this in Hobo? Or is this an illegal > > construct/bad name? > > I've got a live app that uses Hobofields and serialized fields > together, so that definitely works at least most of the time. Can you > post a complete stack trace for the error? > > --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.
