]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/application_controller.rb
More improvements to locale selection for the data browser
[rails.git] / app / controllers / application_controller.rb
index 0099845942e80326ac8c0145d25986c551427e39..045e93eb7a1f4f073c280e79738f007a546910d8 100644 (file)
@@ -12,6 +12,7 @@ class ApplicationController < ActionController::Base
   attr_accessor :current_user
 
   helper_method :current_user
+  helper_method :preferred_langauges
 
   private