]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/application_controller.rb
Remove incorrectly spelled helper_method
[rails.git] / 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