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