Is there a way to eager load `Product#variants_and...
# support
d
Is there a way to eager load
Product#variants_and_option_values_for
?
I'm looking for a way to display variants in
products#index
for the current price options. Due to the
Variant#with_price
method eager loading is not possible so I was wondering if there is another way?