Created
August 26, 2016 15:45
-
-
Save kreas/f599e11b87a49f3b8df3e227c70ab072 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
order = Order.find(id) | |
order.address = order.patient.address unless order.address | |
order.save |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment