]> git.openstreetmap.org Git - rails.git/blob - app/models/community.rb
Rename "Map Key" to "Legend" in UI and tests for consistency
[rails.git] / app / models / community.rb
1 # frozen_string_literal: true
2
3 class Community < FrozenRecord::Base
4   self.base_path = Rails.root.join("node_modules/osm-community-index/dist/")
5   self.backend = OsmCommunityIndex::ResourceBackend
6
7   def url
8     strings["url"]
9   end
10 end