openstreetmap-website/app/controllers
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
..
api Use a lambda in order to pass parameters in before_actions 2019-03-20 15:08:36 +01:00
api_controller.rb Move the authorize method to api_controller 2019-03-20 14:39:17 +01:00
application_controller.rb Move the authorize method to api_controller 2019-03-20 14:39:17 +01:00
browse_controller.rb Use a lambda in order to pass parameters in before_actions 2019-03-20 15:08:36 +01:00
changeset_comments_controller.rb Use a lambda in order to pass parameters in before_actions 2019-03-20 15:08:36 +01:00
changesets_controller.rb Use a lambda in order to pass parameters in before_actions 2019-03-20 15:08:36 +01:00
diary_entries_controller.rb Fix database offline mode 2019-03-17 11:15:34 +00:00
directions_controller.rb Use CanCanCan for directions controller 2019-01-09 10:12:14 +01:00
errors_controller.rb Skip authorization checks for the errors controller 2019-01-16 11:44:55 +01:00
export_controller.rb Move map method to its own controller 2019-02-24 11:44:10 +01:00
geocoder_controller.rb Move all settings to settings.yml 2019-03-13 18:06:23 +01:00
issue_comments_controller.rb Remove custom deny_access handlers 2018-11-14 14:10:51 +01:00
issues_controller.rb Remove custom deny_access handlers 2018-11-14 14:10:51 +01:00
messages_controller.rb Move all settings to settings.yml 2019-03-13 18:06:23 +01:00
notes_controller.rb Move the notes api methods into a controller in the api namespace 2019-02-28 17:12:28 +01:00
oauth_clients_controller.rb Use CanCanCan for oauth clients controller 2019-01-09 15:34:54 +01:00
oauth_controller.rb Move all settings to settings.yml 2019-03-13 18:06:23 +01:00
redactions_controller.rb Use CanCanCan for redaction authorizations 2018-11-07 13:28:58 +01:00
reports_controller.rb Move issues and reports to authorization system 2018-10-10 16:34:44 +02:00
site_controller.rb Move status into the settings object 2019-03-17 11:15:34 +00:00
traces_controller.rb Move status into the settings object 2019-03-17 11:15:34 +00:00
user_blocks_controller.rb Migrate UserBlocksController to use CanCanCan 2018-11-07 13:07:08 +01:00
user_roles_controller.rb Use CanCanCan for user_roles auth 2018-11-28 21:39:26 +01:00
users_controller.rb Fix database offline mode 2019-03-17 11:15:34 +00:00