openstreetmap-website/app/models/communities.rb
2021-08-08 23:28:44 +01:00

9 lines
166 B
Ruby

class Communities
def self.local_chapters
array_string_ = ["Local Chapter 1", "Local Chapter 2", "Local Chapter 3", "Another one", "And Another"]
end
end