From: Andy Allan Date: Wed, 21 Jul 2021 16:28:17 +0000 (+0100) Subject: Remove incorrectly spelled helper_method X-Git-Tag: live~2058^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/29efa4337c228d5620dd577e5cadef5b02d8c67c?ds=sidebyside Remove incorrectly spelled helper_method The spelling of language is wrong here, and the correct version is already there further down at the preferred_language method definition --- diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 8df126a04..2a1c3d675 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -17,7 +17,6 @@ class ApplicationController < ActionController::Base helper_method :current_user helper_method :oauth_token - helper_method :preferred_langauges private