# Validations

We will have look over Active Record Validations , But sometimes, it’s not practical to create an external class just to validate and convert a few parameters. In this case, you may use this gem. It allows you to easily do validations and conversion of the parameters directly in your controller actions using a simple method call.

You can look over the gems https://github.com/nicolasblanco/rails_param