]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/site_controller.rb
Move the i18n loading to an initializer
[rails.git] / app / controllers / site_controller.rb
index a73d1e2e50e74f9595605917440a60a5cf7ba4f5..524001d4db926fca2c4511451843e035fa0df25d 100644 (file)
@@ -107,7 +107,6 @@ class SiteController < ApplicationController
   end
 
   def communities
-    OsmCommunityIndex::LocalChapter.add_to_i18n # this should be called on app init
     @local_chapters = OsmCommunityIndex::LocalChapter.local_chapters
   end