Provides two class methods on ActiveController::Base that filter the params hash for that controller's actions. You can think of them as the controller analog of attr_protected and attr_accessible.
Christopher J. Bottaro
gem "param_protected", "~> 4.0.0"