From 4fd6ecb463209d9e5a42849f0a676a7e02b15814 Mon Sep 17 00:00:00 2001 From: Leandro Nunes dos Santos Date: Tue, 15 Sep 2015 17:44:10 -0300 Subject: [PATCH] removing unsed line --- lib/juventude_plugin/followers_job.rb | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) diff --git a/lib/juventude_plugin/followers_job.rb b/lib/juventude_plugin/followers_job.rb index 7ff8c8e..62f2ea9 100644 --- a/lib/juventude_plugin/followers_job.rb +++ b/lib/juventude_plugin/followers_job.rb @@ -19,8 +19,6 @@ class JuventudePlugin::FollowersJob < JuventudePlugin::ReportJob count += 1 puts "%s de %s: adicionando follower da proposta: %s" % [count, amount_proposal_followers, proposal.id ] info = [] - => ArticleFollower(id: integer, person_id: integer, article_id: integer, since: datetime, created_at: datetime, updated_at: datetime) - info.push(article_follower.article_id) info.push(article_follower.person.identifier) info.push(article_follower.created_at.strftime("%d/%m/%y %H:%M")) -- libgit2 0.21.2