X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e530d4f54dc7b2d0f37a5bae35efb81953995a2c..83a0ea14f1305cd0a62ee2caeb0142fe077d886c:/app/controllers/site_controller.rb diff --git a/app/controllers/site_controller.rb b/app/controllers/site_controller.rb index 524001d4d..50435ca85 100644 --- a/app/controllers/site_controller.rb +++ b/app/controllers/site_controller.rb @@ -107,7 +107,7 @@ class SiteController < ApplicationController end def communities - @local_chapters = OsmCommunityIndex::LocalChapter.local_chapters + @local_chapters = Community.where(:type => "osm-lc").where.not(:id => "OSMF") end def export; end