public
Description: Rails plugin: allows for checking the params hash in a cleaner fashion by using methods instead of the hash directly.
Homepage: http://rpheath.com/posts/326-rails-plugin-has-params
Clone URL: git://github.com/rpheath/has_params.git
has_params / init.rb
100644 2 lines (2 sloc) 0.074 kb
1
2
require 'has_params'
ActionController::Base.send(:include, RPH::HasParams)