|
Product.find(:all, from: "/admin/smart_collections/#{id}/products.json", params: options)
|
|
Product.find(:all, from: "/admin/smart_collections/#{id}/products.json", params: options)
|
|
Product.find(:all, params: { collection_id: id })
|
|
Product.find(:all, params: { collection_id: id })
|