diff --git a/lib/ext/entities.rb b/lib/ext/entities.rb index 8db4a93..b0df26b 100644 --- a/lib/ext/entities.rb +++ b/lib/ext/entities.rb @@ -4,10 +4,6 @@ module Noosfero module Entities class Article < ArticleBase -#FIXME Leandro changed the method to model -# expose :ranking_position do |article, options| -# article.kind_of?(ProposalsDiscussionPlugin::Proposal) && article.ranking_item.present? ? article.ranking_item.position : nil -# end expose :ranking_position #FIXME see why children counter cache is not working expose :amount_of_children do |article, options| -- libgit2 0.21.2