[openstreetmap/openstreetmap-website] Add Communities page (#3301)
Adam Hoyle
notifications at github.com
Wed Mar 2 21:32:57 UTC 2022
@atomoil commented on this pull request.
> @@ -0,0 +1,64 @@
+module OsmCommunityIndex
+ class LocalChapter
+ attr_reader :id, :url
+
+ def initialize(id, url)
+ @id = id
+ @url = url
+ end
+
+ def self.local_chapters
+ @chapters = init_local_chapters
🙄 I removed the memoising so I could test changes I was making, and once again forgot to add it back before pushing 🙄
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/3301#discussion_r818120989
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/3301/review/898198903 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20220302/efaa73ed/attachment.htm>
More information about the rails-dev
mailing list