X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/97e70e93bb02f304126a119c539ab6601c400ce9..f234bf3a462effeffdebbc18d67abec4f848b6b7:/lib/osm_community_index/local_chapter.rb?ds=sidebyside diff --git a/lib/osm_community_index/local_chapter.rb b/lib/osm_community_index/local_chapter.rb index 6b203afe8..fc87f64d2 100644 --- a/lib/osm_community_index/local_chapter.rb +++ b/lib/osm_community_index/local_chapter.rb @@ -1,6 +1,5 @@ module OsmCommunityIndex class LocalChapter - attr_reader :id, :name, :url @localised_chapters = {} @@ -15,8 +14,6 @@ module OsmCommunityIndex @localised_chapters[locale] ||= load_local_chapters(locale) end - protected - def self.load_local_chapters(locale) community_index = OsmCommunityIndex.community_index localised_strings = OsmCommunityIndex.localised_strings(locale) @@ -33,7 +30,5 @@ module OsmCommunityIndex end local_chapters end - end - -end \ No newline at end of file +end