class RsrParticipants

Attributes

authors[RW]

Public Class Methods

authors_for_print() click to toggle source
# File lib/rsr_participants.rb, line 5
def self.authors_for_print
        @authors = ['Renee']
        @authors.join(', ')
end