Skip to content

Instantly share code, notes, and snippets.

@kgoettsc
Created April 6, 2017 04:58
Show Gist options
  • Save kgoettsc/96285fe312d10c4da3c51a171f776f97 to your computer and use it in GitHub Desktop.
Save kgoettsc/96285fe312d10c4da3c51a171f776f97 to your computer and use it in GitHub Desktop.
fix that price
TenantService.switch_to_rest_of_world_tenant
reservation = PrimaryReservation.find_by(uuid: "74f7a747-95d5-4c08-9809-dfb8d7e07818")
reservation.update_attributes(price: 16800)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment