1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-19 08:52:25 +01:00
fab-manager/app/views/api/wallet/show.json.jbuilder
2016-07-21 16:32:53 +02:00

3 lines
69 B
Ruby

json.user_id @wallet.user_id
json.amount amount_to_f(@wallet.amount)