Simple DSL to validate params (and coerce them to the desired type) that fall outside of Rails' default parameter whitelisting and ActiveModel validations system. The common use cases are searching and sorting, whether from an HTML form or via a JSON API.
Required Ruby Version
>= 3.2.0
Required Rubygems Version
>= 1.3.6
Authors
Jeremy Weathers