Skip to content

Instantly share code, notes, and snippets.

@avidas
Created December 28, 2017 22:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avidas/2841ffb8810344601e11b1394c0d0822 to your computer and use it in GitHub Desktop.
Save avidas/2841ffb8810344601e11b1394c0d0822 to your computer and use it in GitHub Desktop.
begin
TenantService.switch_to_rest_of_world_tenant
mairap = Account.find_by short_code: '5KH06R'
res = mairap.primary_reservations.active.find_by(description: 'DD34')
res.commitment_term.archive!
end
@jhjwind
Copy link

jhjwind commented Dec 28, 2017

👍

@sagross
Copy link

sagross commented Dec 29, 2017

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment