How can I pass an array to where includes clause
@items=Item.where(category_id IN ()
Anyone know the syntax? I'm trying to add to the category id's of the descendant categories (if any) in addition
You’re not receiving notifications from this thread.
@items=Item.where(category_id IN ()
Anyone know the syntax? I'm trying to add to the category id's of the descendant categories (if any) in addition