]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/site_controller.rb
Improve encapsulation / location of osm-community-index files
[rails.git] / app / controllers / site_controller.rb
index c2d5a73ae4720a6fb043c8367b4bbf27e1a349bf..17353fe96ddc398bc6c42730bd4f0882e3e47772 100644 (file)
@@ -108,7 +108,7 @@ class SiteController < ApplicationController
 
   def communities
     @locale = I18n.locale
-    @local_chapters = LocalChapter.local_chapters_with_locale(@locale)
+    @local_chapters = OsmCommunityIndex::LocalChapter.local_chapters_with_locale(@locale)
   end
 
   def export; end