1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-02 13:24:20 +01:00
fab-manager/app/views/api/proof_of_identity_refusals/index.json.jbuilder

6 lines
235 B
Ruby

# frozen_string_literal: true
json.array! @proof_of_identity_refusals do |proof_of_identity_refusal|
json.partial! 'api/proof_of_identity_refusals/proof_of_identity_refusal', proof_of_identity_refusal: proof_of_identity_refusal
end