7 lines
210 B
Ruby
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
|