Skip to content

Commit 8c38342

Browse files
committed
Fixed type
1 parent 2de64e3 commit 8c38342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/variant_decorator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
def self.by_option_value_ids(option_value_ids, product_id)
55
Variant.find_by_sql(['
66
SELECT
7-
option_values_variants.variant_id as id,
7+
option_values_variants.variant_id as id
88
FROM
99
option_values_variants, variants
1010
WHERE

0 commit comments

Comments
 (0)