stub model and show in view

This commit is contained in:
Adam Hoyle 2021-08-08 23:28:26 +01:00
parent ffc6b697f0
commit 86912a61df
3 changed files with 15 additions and 0 deletions

View file

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