Commit 4fd6ecb463209d9e5a42849f0a676a7e02b15814
1 parent
c178cacc
Exists in
master
removing unsed line
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
lib/juventude_plugin/followers_job.rb
| ... | ... | @@ -19,8 +19,6 @@ class JuventudePlugin::FollowersJob < JuventudePlugin::ReportJob |
| 19 | 19 | count += 1 |
| 20 | 20 | puts "%s de %s: adicionando follower da proposta: %s" % [count, amount_proposal_followers, proposal.id ] |
| 21 | 21 | info = [] |
| 22 | - => ArticleFollower(id: integer, person_id: integer, article_id: integer, since: datetime, created_at: datetime, updated_at: datetime) | |
| 23 | - | |
| 24 | 22 | info.push(article_follower.article_id) |
| 25 | 23 | info.push(article_follower.person.identifier) |
| 26 | 24 | info.push(article_follower.created_at.strftime("%d/%m/%y %H:%M")) | ... | ... |