10 lines
170 B
Text
10 lines
170 B
Text
|
json.meta do
|
||
|
end
|
||
|
|
||
|
json.payload do
|
||
|
json.success @status
|
||
|
json.current_status @conversation.status_before_type_cast
|
||
|
json.conversation_id @conversation.display_id
|
||
|
end
|
||
|
|