Skip to content

Instantly share code, notes, and snippets.

@radar
Created July 15, 2014 20:58
Show Gist options
  • Save radar/3c813dc4bef9e2bd7026 to your computer and use it in GitHub Desktop.
Save radar/3c813dc4bef9e2bd7026 to your computer and use it in GitHub Desktop.
Spree::Order.joins(:ship_address).each do |order|
# do something with order.ship_address here
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment