]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/site_controller.rb
add route for communities
[rails.git] / app / controllers / site_controller.rb
index 00b3e78da4c858b7c36e0211106ba1190e69436c..1845ecfaf3071d16323033d90891d987f41a8995 100644 (file)
@@ -106,6 +106,10 @@ class SiteController < ApplicationController
     @locale = params[:about_locale] || I18n.locale
   end
 
     @locale = params[:about_locale] || I18n.locale
   end
 
+  def communities
+    @locale = I18n.locale
+  end
+
   def export; end
 
   def offline; end
   def export; end
 
   def offline; end