]> cat aescling's git repositories - mastodon.git/commit
Improve how params from controller are permitted in filter helper (#3129)
authorMatt Jankowski <mjankowski@thoughtbot.com>
Fri, 19 May 2017 09:43:20 +0000 (05:43 -0400)
committerEugen Rochko <eugen@zeonfederated.com>
Fri, 19 May 2017 09:43:20 +0000 (11:43 +0200)
commit8e4fc5d5d2e5152df35e0486f13356ec76d590f3
tree2fd197191a98f0fe65ddd32e995726aad98df2b7
parentb8b7b506a27ddc1373032078a4f1cfd47242627a
Improve how params from controller are permitted in filter helper (#3129)

The `params` variable here was quite overloaded.

It exists via the controller to hold the request params, and was sometimes being
used in this helper as that object, but other times was being used as a local
variable, or to pass to another method, and this was confusing.

This change renames the args for a method away from `params` for more clarity,
and extracts the actual usage of the controller-provided `params` to a
better-named method for clarity.
app/helpers/admin/filter_helper.rb