It's not as simple as getting an item to belong to an order. And item
has many orders through order assists, and through testing I've
figured out what I need to do is create an order_assist and set the
item_id and order_id. Can I do that with the :params? Or should I
create a form to just create it?

On Oct 23, 11:25 am, kevinpfromnm <[email protected]> wrote:
> What you're probably looking for is the :params option for transitions
> though if the state is only whether it's in an order or not... you could do
> without a lifecycle or having the states being for only the parts after the
> item is added to an order.

-- 
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.

Reply via email to