Commit 16d2321427044a67fc9d213454ab38ce783067e4

Authored by Victor Costa
Committed by Rodrigo Souto
1 parent 0fe2127d

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
... ...