There's a name collision in the generate method items_with_accessible=; the local that it uses (items) is shadowing the association. Try changing the code in accessible_associations.rb to use something else, like _items. You'll need to change all three lines to match.
--Matt Jones On Jun 30, 2009, at 3:47 PM, oldlibmike wrote: > > Thanks for looking! I'll do some experimenting and maybe make a test > case. > Best regards, > Mike > > On Jun 30, 3:40 pm, Bryan Larsen <[email protected]> wrote: >> I'm sorry, I don't see anything wrong in your code. At this point >> I'd >> need something I can run myself -- whether it's a simplified version >> of your app or a modification of agility. >> >> sorry, >> 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 -~----------~----~----~----~------~----~------~--~---
