I still can't actually reproduce this, but I've found what smells an awful lot
like the problem: the search form on table-plus is deciding to call the form
for the "Task" model. This is a bit of a polymorphic lookup fail. :)
This was the giveaway line in the trace:
app/views/taglibs/application.dryml:168:in `form__for_space'
Can you try adding this to your table-plus tag to see if it fixes the problem
(inside the tag, natch):
<search-form: with="&nil" />
In my test app where I redefined the "Task" form this got me back to the
desired search box.
--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.