]> 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 f419460ee77bc97762ad6c9bc230d0718cb88c9b..045e93eb7a1f4f073c280e79738f007a546910d8 100644 (file)
@@ -10,7 +10,9 @@ class ApplicationController < ActionController::Base
   around_action :better_errors_allow_inline, :if => proc { Rails.env.development? }
 
   attr_accessor :current_user
+
   helper_method :current_user
+  helper_method :preferred_langauges
 
   private