I have a table plus with fields that I can order, using: :order_by => parse_sort_param(:name, num) How can I do this for something like :company.contact so it would be :order_by => parse_sort_param(:name, num, company.contact) This gives an error when I navigate to the page the table is on. Thanks.
-- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/hobousers/-/3cHHSq7XHjYJ. 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.
