From 3433d67ba8b58a85b41345a1677fb0c44c7bfba5 Mon Sep 17 00:00:00 2001 From: Harry Bomrah Date: Wed, 16 Aug 2017 18:22:58 +0800 Subject: [PATCH] small fix --- app/models/writing_conference.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/writing_conference.rb b/app/models/writing_conference.rb index d28cd54..6b2b710 100644 --- a/app/models/writing_conference.rb +++ b/app/models/writing_conference.rb @@ -62,7 +62,7 @@ class WritingConference # end # title << self.year - title.join(', ') + title = title.join(', ') title.gsub(/\s+/, "").chomp(",") end