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

3 lines
69 B
Plaintext
Raw Normal View History

2016-07-18 18:16:54 +02:00
json.user_id @wallet.user_id
json.amount amount_to_f(@wallet.amount)