]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/application_controller.rb
Fix more rubocop style issues
[rails.git] / app / controllers / application_controller.rb
index 43afdf74f5c3a861f8b2abe90179e4a584fe73ce..72de936d7f629eabc83ade79c0fab3a4018c237e 100644 (file)
@@ -272,7 +272,7 @@ class ApplicationController < ActionController::Base
   #  phrase from that, we can also put the error message into the status
   #  message. For now, rails won't let us)
   def report_error(message, status = :bad_request)
-    # Todo: some sort of escaping of problem characters in the message
+    # TODO: some sort of escaping of problem characters in the message
     response.headers["Error"] = message
 
     if request.headers["X-Error-Format"] &&