]> git.openstreetmap.org Git - rails.git/commit
Use a lambda in order to pass parameters in before_actions
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 20 Mar 2019 14:07:33 +0000 (15:07 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 20 Mar 2019 14:08:36 +0000 (15:08 +0100)
commitdad36f2fca68142c53875cdacc55192d1561effd
tree1461b3102094223b63c3fbb203d047403bf455a3
parent94d19ae567dc7723129ee2f00576023aaee18fc7
Use a lambda in order to pass parameters in before_actions

This avoid calling methods on a new instance of the controller, and
therefore allows these methods to be marked as private.

As a bonus, rubocop can now parse them and warn when they refer to
actions that don't exist in the controller.
app/controllers/api/changesets_controller.rb
app/controllers/browse_controller.rb
app/controllers/changeset_comments_controller.rb
app/controllers/changesets_controller.rb