From 20b8060d0e2c82e9df993ef76034fa832b464726 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Wed, 16 Dec 2015 11:01:28 -0300 Subject: [PATCH] Remove comment --- lib/ext/entities.rb | 4 ---- 1 file changed, 0 insertions(+), 4 deletions(-) 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