projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Localisation updates from https://translatewiki.net.
[rails.git]
/
app
/
models
/
community.rb
1
class Community < FrozenRecord::Base
2
self.base_path = Rails.root.join("node_modules/osm-community-index/dist/")
3
self.backend = OsmCommunityIndex::ResourceBackend
4
5
def url
6
strings["url"]
7
end
8
end