Skip to content

Instantly share code, notes, and snippets.

@kreas
Created August 26, 2016 15:45
Show Gist options
  • Save kreas/f599e11b87a49f3b8df3e227c70ab072 to your computer and use it in GitHub Desktop.
Save kreas/f599e11b87a49f3b8df3e227c70ab072 to your computer and use it in GitHub Desktop.
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