I have a payment_notification.rb, which is a hobo_model, with a field: params :text
...and... serialize :params In the payment_notifications_controller, a 'create' method with: 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? Jet -- 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.
