grape-entity icon indicating copy to clipboard operation
grape-entity copied to clipboard

Type boolean in grape entity is not working with default

Open brahamshakti opened this issue 10 years ago • 0 comments

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?

brahamshakti avatar Dec 30 '15 05:12 brahamshakti