class Binda::Shopify::Collection
Public Instance Methods
sorted_products()
click to toggle source
# File lib/binda/shopify/collection.rb, line 5 def sorted_products item.products.map(&:id).join(",") end
# File lib/binda/shopify/collection.rb, line 5 def sorted_products item.products.map(&:id).join(",") end