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
This commit is contained in:
Andy Allan 2021-07-21 17:28:17 +01:00
parent 191d7f3710
commit 29efa4337c

View file

@ -17,7 +17,6 @@ class ApplicationController < ActionController::Base
helper_method :current_user helper_method :current_user
helper_method :oauth_token helper_method :oauth_token
helper_method :preferred_langauges
private private