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