]> git.openstreetmap.org Git - rails.git/commitdiff
Merge remote-tracking branch 'upstream/pull/3265'
authorTom Hughes <tom@compton.nu>
Wed, 21 Jul 2021 17:32:41 +0000 (18:32 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 21 Jul 2021 17:32:41 +0000 (18:32 +0100)
app/controllers/application_controller.rb

index 8df126a04e3a5ea02325b652dc0f0432cf08b5ab..2a1c3d6759c1777589f65e308e1123bde8b706fc 100644 (file)
@@ -17,7 +17,6 @@ class ApplicationController < ActionController::Base
 
   helper_method :current_user
   helper_method :oauth_token
-  helper_method :preferred_langauges
 
   private