Commit 79ed43d9f326773fcc965769695b19525d9f2c76

Authored by Victor Costa
Committed by Rodrigo Souto
1 parent d1e458f7

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