Created
June 15, 2011 16:32
-
-
Save photomattmills/1027487 to your computer and use it in GitHub Desktop.
code example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shipment = Shipment.create(:order_id => order.id) #assume we have the order loaded already | |
shipment = Shipment.find(shipment.id) | |
shipment.save |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment