We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2de64e3 commit 8c38342Copy full SHA for 8c38342
app/models/variant_decorator.rb
@@ -4,7 +4,7 @@
4
def self.by_option_value_ids(option_value_ids, product_id)
5
Variant.find_by_sql(['
6
SELECT
7
- option_values_variants.variant_id as id,
+ option_values_variants.variant_id as id
8
FROM
9
option_values_variants, variants
10
WHERE
0 commit comments