stub model and show in view
This commit is contained in:
parent
ffc6b697f0
commit
86912a61df
3 changed files with 15 additions and 0 deletions
9
app/models/communities.rb
Normal file
9
app/models/communities.rb
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue