diff --git a/lib/juventude_plugin/report_job.rb b/lib/juventude_plugin/report_job.rb index 91838b2..009b4af 100644 --- a/lib/juventude_plugin/report_job.rb +++ b/lib/juventude_plugin/report_job.rb @@ -44,7 +44,7 @@ class JuventudePlugin::ReportJob < Struct.new(:profile_id, :report_path) info.push(proposal.topic.name) info.push(proposal.title) info.push(proposal.abstract.present? ? proposal.abstract.gsub(/\s+/, ' ').strip : '') - info.push(proposal.comments_count) + info.push(proposal.comments.count) info.push(proposal.followers.count) info.push(proposal.votes_for) info.push(proposal.cities.map{|c|c.path}.join(',')) -- libgit2 0.21.2