Files
leadchat/enterprise/app/views/api/v1/models/_custom_role.json.jbuilder
2024-08-23 17:18:28 +05:30

7 lines
210 B
Ruby

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