From 29efa4337c228d5620dd577e5cadef5b02d8c67c Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 21 Jul 2021 17:28:17 +0100 Subject: [PATCH] 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 --- app/controllers/application_controller.rb | 1 - 1 file changed, 1 deletion(-) 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 -- 2.43.2