grape-entity
grape-entity copied to clipboard
Type boolean in grape entity is not working with default
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": false}. Any Thing wrong with code?