Commit 05c1bf2f7980b814e7bc5f36bd7a8e64a327dabe

Authored by Leandro Santos
1 parent 4fd6ecb4

removing unsed line

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
lib/juventude_plugin/votes_job.rb
@@ -19,7 +19,6 @@ class JuventudePlugin::VotesJob < JuventudePlugin::ReportJob @@ -19,7 +19,6 @@ class JuventudePlugin::VotesJob < JuventudePlugin::ReportJob
19 count += 1 19 count += 1
20 puts "%s de %s: adicionando voto da proposta: %s" % [count, amount_proposal_votes, proposal.id ] 20 puts "%s de %s: adicionando voto da proposta: %s" % [count, amount_proposal_votes, proposal.id ]
21 info = [] 21 info = []
22 - => ArticleFollower(id: integer, person_id: integer, article_id: integer, since: datetime, created_at: datetime, updated_at: datetime)  
23 22
24 info.push(vote.voteable_id) 23 info.push(vote.voteable_id)
25 info.push(vote.voter.identifier) 24 info.push(vote.voter.identifier)