paramoid
/
1.0.0
paramoid 1.0.0
Install from the command line:
Learn more about RubyGems packages
$ gem install paramoid --version "1.0.0"
Install via Gemfile:
source "https://rubygems.pkg.github.com/monade" do
gem "paramoid", "1.0.0"
end
About this version
Paramoid is a gem that extends Rails Strong Parameters, allowing to declare complex params structures with a super cool DSL, supporting required params, default values, groups, arrays and more.