Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
for example if you posted data `{ isPirate: false }` and you run `req.param('isPirate')` from a controller, you'd get `undefined` returned as you didn't specify a `defaultValue` - so basically you couldn't post params that where === false. I think this edit captures the spirit of the OR guard used previously.
- Loading branch information