chatwoot-develop/enterprise/app/views/api/v1/models/_custom_role.json.jbuilder

7 lines
210 B
Ruby
Executable File

json.id custom_role.id
json.name custom_role.name
json.description custom_role.description
json.permissions custom_role.permissions
json.created_at custom_role.created_at
json.updated_at custom_role.updated_at