]> git.openstreetmap.org Git - rails.git/blob - app/models/communities.rb
stub model and show in view
[rails.git] / app / models / communities.rb
1
2
3
4 class Communities
5
6   def self.local_chapters
7     array_string_ = ["Local Chapter 1", "Local Chapter 2", "Local Chapter 3", "Another one", "And Another"]
8   end
9 end