1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-30 11:24:21 +01:00
fab-manager/app/views/api/wallet/show.json.jbuilder

3 lines
106 B
Plaintext
Raw Normal View History

json.extract! @wallet, :id, :invoicing_profile_id, :amount
json.user_id @wallet.invoicing_profile.user_id