aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/api/params_wrapper_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Include ParamsWrapper in AC::APIJorge Bejar2015-06-111-0/+26
ParamsWrapper was initially removed from API controllers according to the following discusision: https://github.com/rails-api/rails-api/issues/33 However, we're including it again so Rails API devs can decide whether to enable or disable it.