removed trailing ,
This commit is contained in:
parent
eb8037a99b
commit
b43d3667a9
|
@ -63,6 +63,7 @@ class WritingConference
|
||||||
# title << self.year
|
# title << self.year
|
||||||
|
|
||||||
title.join(', ')
|
title.join(', ')
|
||||||
|
title.gsub(/\s+/, "").chomp(",")
|
||||||
end
|
end
|
||||||
|
|
||||||
def duration
|
def duration
|
||||||
|
|
Loading…
Reference in New Issue