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