X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/819e5ecf94b23004179cce2c53a1a32991324ec7..bb7f5ac2c8cf74669b421e7ae346a0cdd1ba5186:/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