]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/site_controller.rb
stub model and show in view
[rails.git] / app / controllers / site_controller.rb
index 1845ecfaf3071d16323033d90891d987f41a8995..2eb084f913f0641b18a0b7505714eefcfbd1eb9d 100644 (file)
@@ -108,6 +108,7 @@ class SiteController < ApplicationController
 
   def communities
     @locale = I18n.locale
+    @local_chapters = Communities.local_chapters
   end
 
   def export; end