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