ministryofjustice/atet

View on GitHub
app/views/api/claim/_build_secondary_respondents.json.jbuilder

Summary

Maintainability
Test Coverage
json.uuid SecureRandom.uuid
json.command 'BuildSecondaryRespondents'
json.data do
  json.partial! 'api/claim/respondent_attributes', collection: respondents, as: :respondent
end