Module: BlogBoi::ArticlesHelper

Defined in:
app/helpers/blog_boi/articles_helper.rb

Instance Method Summary collapse

Instance Method Details

#str_of_authorsObject



3
4
5
# File 'app/helpers/blog_boi/articles_helper.rb', line 3

def str_of_authors
	BlogBoi.author_class.all.pluck(:name).join(',')
end