Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
brchristian committed Feb 13, 2018
1 parent 8aa41fc commit a537ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/app/models/spree/product.rb
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ def run_touch_callbacks
run_callbacks(:touch)
end

# Iterate through this products taxons and taxonomies and touch their timestamps in a batch
# Iterate through this product's taxons and taxonomies and touch their timestamps in a batch
def touch_taxons
taxons_to_touch = taxons.map(&:self_and_ancestors).flatten.uniq
unless taxons_to_touch.empty?
Expand Down

0 comments on commit a537ac1

Please sign in to comment.