Restructure omni services and add Chatwoot research snapshot
This commit is contained in:
@@ -0,0 +1 @@
|
||||
json.partial! 'api/v1/models/note', formats: [:json], resource: @note
|
||||
@@ -0,0 +1,3 @@
|
||||
json.array! @notes do |note|
|
||||
json.partial! 'api/v1/models/note', formats: [:json], resource: note
|
||||
end
|
||||
@@ -0,0 +1 @@
|
||||
json.partial! 'api/v1/models/note', formats: [:json], resource: @note
|
||||
@@ -0,0 +1 @@
|
||||
json.partial! 'api/v1/models/note', formats: [:json], resource: @note
|
||||
Reference in New Issue
Block a user