Commit 20b8060d0e2c82e9df993ef76034fa832b464726
1 parent
0f80ce0d
Exists in
master
and in
3 other branches
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 | 4 | module Entities |
5 | 5 | |
6 | 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 | 7 | expose :ranking_position |
12 | 8 | #FIXME see why children counter cache is not working |
13 | 9 | expose :amount_of_children do |article, options| | ... | ... |