brahamshakti
brahamshakti
Hi, This code is not working ``` expose :active, documentation: { type: 'boolean', default: true, desc: 'If the code can be used'} ``` It is generating a schema as `{"active":...
Hi I don't know how to create an associated record from grape entity for. eg. I have two model `Event` and `Setting` and their relation is like event `has_one: :setting`...
Desc block params are not loading when defined with separate params block, e.g. ``` desc "Create a User.", { headers: {'XAuthToken': {required: true}}, params: Entities::UserEntity.documentation } params do optional :extra_parameter,...