Open kiddrew opened 8 years ago
I see the :number validator, but that only seems to validate integers. How can I validate a decimal param?
:number
I created a PR for this.
https://github.com/Apipie/apipie-rails/pull/431
Please take a look at the discussion here: https://github.com/Apipie/apipie-rails/pull/379
Ah, I searched for that but missed it. Feel free to delete the PR.
I see the
:number
validator, but that only seems to validate integers. How can I validate a decimal param?