1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00
fab-manager/app/views/api/credits/user_resource.json.jbuilder

7 lines
200 B
Ruby

# frozen_string_literal: true
json.array!(@credits) do |credit|
json.partial! 'api/credits/credit', credit: credit
json.hours_used credit.users_credits.find_by(user_id: @user.id)&.hours_used
end