X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8f70fb21146b1e8b90125e02d54e70bceea1d5fd..ea766ec57dc4c1be796d0f393adc62edb6862436:/app/controllers/application_controller.rb 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.