bd445216e9
fixes the warning: Rendering actions with '.' in the name is deprecated
5 lines
131 B
Ruby
5 lines
131 B
Ruby
json.payload do
|
|
json.array! @macros do |macro|
|
|
json.partial! 'api/v1/models/macro', formats: [:json], macro: macro
|
|
end
|
|
end
|