Commit 6492242bd5a5a225a729776374cc5f57c20ecd23

Authored by Leandro Santos
1 parent 9eaeb5aa

expose ranking position to articles

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/ext/entities.rb
@@ -4,7 +4,7 @@ module Noosfero @@ -4,7 +4,7 @@ module Noosfero
4 module Entities 4 module Entities
5 5
6 #FIXME make test 6 #FIXME make test
7 - class Person < Profile 7 + class ArticleBase < Entity
8 expose :ranking_position 8 expose :ranking_position
9 end 9 end
10 10