aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http/parameter_filter.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use freezed string constant. Some string literals is used repeatedly.kennyj2011-12-081-1/+3
|
* Extract ParameterFilter class from FilterParameters mixinBryan Helmkamp2010-07-191-0/+72
Signed-off-by: wycats <wycats@gmail.com>