From aa83eaf3095ae0354f59d6122b11e05bf6664581 Mon Sep 17 00:00:00 2001 From: wmcheng Date: Tue, 4 Dec 2018 23:32:20 +0800 Subject: [PATCH] Update writing_conference.rb --- 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 7ccfe1f..025425f 100644 --- a/app/models/writing_conference.rb +++ b/app/models/writing_conference.rb @@ -135,7 +135,7 @@ class WritingConference when "period" pd_data << {"data_title" => p.duration} when "url" - pd_data << { "data_title" => "#{p.url}" } + pd_data << { "data_title" => "#{p.url}" } else pd_data << { "data_title" => p.send(t) } end