Skip to content

Instantly share code, notes, and snippets.

@zackshapiro
Created November 18, 2014 22:41
Show Gist options
  • Save zackshapiro/e2deedf79269d2c8a0ab to your computer and use it in GitHub Desktop.
Save zackshapiro/e2deedf79269d2c8a0ab to your computer and use it in GitHub Desktop.
# /app/models/user.rb
def balance(client)
client.balance.to_f
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment