Commit 10c4dc4ac540e8fa861fc1f8090eed61994ebda2

Authored by Victor Costa
1 parent 9ce856f7

api: expose article position

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
lib/noosfero/api/entities.rb
... ... @@ -67,6 +67,7 @@ module Noosfero
67 67 expose :votes_for
68 68 expose :votes_against
69 69 expose :setting
  70 + expose :position
70 71 end
71 72  
72 73 class Article < ArticleBase
... ...