openstreetmap-website/config/initializers/osm_community_index.rb
Andy Allan 83a0ea14f1 Refactor i18n so that all community information is available
This makes it easier to use non-chapter communities on the site in future.
2022-08-03 10:11:30 +01:00

3 lines
76 B
Ruby

Rails.configuration.after_initialize do
OsmCommunityIndex.add_to_i18n
end