4 5 6
# File 'app/jobs/spree/variants/touch_job.rb', line 4 def perform(variant_ids) Spree::Variant.where(id: variant_ids).find_each(&:touch) end