From a91c2a60b5be45d94c8759cb1e7c358d83a25341 Mon Sep 17 00:00:00 2001 From: wmcheng Date: Tue, 4 Dec 2018 23:26:09 +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 28710ca..7ccfe1f 100644 --- a/app/models/writing_conference.rb +++ b/app/models/writing_conference.rb @@ -141,7 +141,7 @@ class WritingConference end else if t == "paper_title" - pd_data << { "data_title" => "#{p.create_link}" } + pd_data << { "data_title" => "#{p.create_link}" } else pd_data << { "data_title" => p.send(t) } end