mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-04 15:24:23 +01:00
6 lines
229 B
Plaintext
6 lines
229 B
Plaintext
|
# 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
|