X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/aaf56003427cfcbd89fda0847726fd0baa34050c..ea766ec57dc4c1be796d0f393adc62edb6862436:/app/controllers/application_controller.rb?ds=sidebyside diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index b9cf449ea..8fa279367 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -118,10 +118,6 @@ class ApplicationController < ActionController::Base require_capability(:allow_write_gpx) end - def require_allow_write_notes - require_capability(:allow_write_notes) - end - ## # require that the user is a moderator, or fill out a helpful error message # and return them to the index for the controller this is wrapped from.