diff --git a/app/models/writing_conference.rb b/app/models/writing_conference.rb index 6b2b710..bf034ff 100644 --- a/app/models/writing_conference.rb +++ b/app/models/writing_conference.rb @@ -63,7 +63,7 @@ class WritingConference # title << self.year title = title.join(', ') - title.gsub(/\s+/, "").chomp(",") + title.rstrip.chomp(",") end def duration