]> git.openstreetmap.org Git - rails.git/commitdiff
Remove incorrectly spelled helper_method
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 21 Jul 2021 16:28:17 +0000 (17:28 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 21 Jul 2021 16:28:23 +0000 (17:28 +0100)
The spelling of language is wrong here, and the correct version
is already there further down at the preferred_language method definition

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