ParamValidator

Validate parameters in Rails controllers or options passed to methods.

Installation

Add this line to your application's Gemfile:

gem 'param_validator'

And then execute:

$ bundle

Or install it yourself as:

$ gem install param_validator

Usage