Ah .. thanks, I didnt think of that. I ended up extracting the bits I needed from params and doing the create/update manually, deleting from the params hash before letting hobo do its update stuff.
On Feb 24, 4:38 pm, Bryan Larsen <[email protected]> wrote: > On Feb 24, 11:30 am, adamski <[email protected]> wrote: > > > I'm currently trying to use the input-many tag, which looks really > > useful. > > however, I dont get how it should work under the hood. > > I keep getting this error: > > > ImageAttachment expected, got Array > > It sounds like you're missing your ":accessible => true" option on > your has_many definition. > > Bryan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
