Skip to content

Instantly share code, notes, and snippets.

@adastreamer
Last active August 29, 2015 14:21
Show Gist options
  • Save adastreamer/c2ae212abddd221173ba to your computer and use it in GitHub Desktop.
Save adastreamer/c2ae212abddd221173ba to your computer and use it in GitHub Desktop.
products = Spree::Product.all
products.each do |p|
p.stock_items.first.set_count_on_hand 10
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment