1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-20 09:52:19 +01:00

6 lines
229 B
Plaintext
Raw Normal View History

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