mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-31 20:52:21 +01:00
6 lines
127 B
Plaintext
6 lines
127 B
Plaintext
|
# frozen_string_literal: true
|
||
|
|
||
|
json.array! @products do |product|
|
||
|
json.partial! 'api/products/product', product: product
|
||
|
end
|