It looks like you dropped model="OrderAssist" and changed create-
button to create-button:order_assist.
I tried this out, and voila - the item gets passed to the order
assist! This is really cool. Though I don't really understand why
that's happening. And that's only half the problem still. I'm guessing
that hobo is picking up the old context of the item and passing it
along to the order assist (really neat!), however, the only way I can
grab the current user's order_id is through a controller action,
namely i've defined @myOrder to find that id. So how do I pass that to
the order assist? I still need to understand the fields"" syntax.
I'm guessing it would be something like what I've fond here:
http://cookbook.hobocentral.net/manual/multi_model_forms#model_support
so I'll be playing around with that sort of syntax hoping to stumble
into getting it working :P
Thanks! and any more advice would be great.
-hoboHippy