Commit 20b8060d0e2c82e9df993ef76034fa832b464726

Authored by Victor Costa
1 parent 0f80ce0d

Remove comment

Showing 1 changed file with 0 additions and 4 deletions   Show diff stats
lib/ext/entities.rb
@@ -4,10 +4,6 @@ module Noosfero @@ -4,10 +4,6 @@ module Noosfero
4 module Entities 4 module Entities
5 5
6 class Article < ArticleBase 6 class Article < ArticleBase
7 -#FIXME Leandro changed the method to model  
8 -# expose :ranking_position do |article, options|  
9 -# article.kind_of?(ProposalsDiscussionPlugin::Proposal) && article.ranking_item.present? ? article.ranking_item.position : nil  
10 -# end  
11 expose :ranking_position 7 expose :ranking_position
12 #FIXME see why children counter cache is not working 8 #FIXME see why children counter cache is not working
13 expose :amount_of_children do |article, options| 9 expose :amount_of_children do |article, options|