Created
April 23, 2016 17:20
-
-
Save mauricioklein/7088d59d5c845300116d888d60335eb4 to your computer and use it in GitHub Desktop.
This file contains 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
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