Skip to content

Commit

Permalink
Fixed type
Browse files Browse the repository at this point in the history
  • Loading branch information
swistak committed Dec 11, 2009
1 parent 2de64e3 commit 8c38342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/variant_decorator.rb
Expand Up @@ -4,7 +4,7 @@
def self.by_option_value_ids(option_value_ids, product_id)
Variant.find_by_sql(['
SELECT
option_values_variants.variant_id as id,
option_values_variants.variant_id as id
FROM
option_values_variants, variants
WHERE
Expand Down

0 comments on commit 8c38342

Please sign in to comment.