137 138 139
# File 'lib/item_builder.rb', line 137 def bundles @bundles ||= Bundle.where(variant_id: variant_ids).group(:variant_id) end