removed trailing ,
This commit is contained in:
parent
eb8037a99b
commit
b43d3667a9
|
@ -62,7 +62,8 @@ class WritingConference
|
||||||
# end
|
# end
|
||||||
# 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