Skip to content

Instantly share code, notes, and snippets.

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 mauricioklein/7088d59d5c845300116d888d60335eb4 to your computer and use it in GitHub Desktop.
Save mauricioklein/7088d59d5c845300116d888d60335eb4 to your computer and use it in GitHub Desktop.
def transfer
amount = params[:amount]
@client1.withdrawal(amount)
@client2.deposit(amount)
render status: :ok
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment