Permissions check and client templates

This commit is contained in:
antoniocarlon
2018-09-05 17:02:02 +02:00
parent 48d82e025a
commit 652242a8f8
3 changed files with 105 additions and 1 deletions

View File

@@ -28,6 +28,18 @@ class SqlTemplateRenderer
@function_signature['return_type']
end
def requires_permission
@function_signature['requires_permission']
end
def permission_name
@function_signature['permission_name']
end
def permission_error
@function_signature['permission_error']
end
def multi_field
@function_signature['multi_field']
end