openstreetmap-website/app
Andy Allan dad36f2fca 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.
2019-03-20 15:08:36 +01:00
..
abilities Fix database offline mode 2019-03-17 11:15:34 +00:00
assets Merge remote-tracking branch 'upstream/pull/2182' 2019-03-19 13:29:49 +00:00
controllers Use a lambda in order to pass parameters in before_actions 2019-03-20 15:08:36 +01:00
helpers Move all settings to settings.yml 2019-03-13 18:06:23 +01:00
jobs Don't swallow exceptions deleting traces 2019-01-28 19:10:35 +00:00
mailers Move all settings to settings.yml 2019-03-13 18:06:23 +01:00
models Merge remote-tracking branch 'upstream/pull/2177' 2019-03-16 15:39:03 +00:00
validators Move utf8 validator into app/validators 2019-02-06 12:11:44 +01:00
views Move status into the settings object 2019-03-17 11:15:34 +00:00