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