Apipie / apipie-rails

Ruby on Rails API documentation tool
Apache License 2.0
2.47k stars 463 forks source link

Decimals? #430

Open kiddrew opened 8 years ago

kiddrew commented 8 years ago

I see the :number validator, but that only seems to validate integers. How can I validate a decimal param?

kiddrew commented 8 years ago

I created a PR for this.

https://github.com/Apipie/apipie-rails/pull/431

Pajk commented 8 years ago

Please take a look at the discussion here: https://github.com/Apipie/apipie-rails/pull/379

kiddrew commented 8 years ago

Ah, I searched for that but missed it. Feel free to delete the PR.