Commit 79ed43d9f326773fcc965769695b19525d9f2c76
Committed by
Rodrigo Souto
1 parent
d1e458f7
Exists in
api_tasks
and in
4 other branches
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,6 +67,7 @@ module Noosfero | ||
67 | expose :votes_for | 67 | expose :votes_for |
68 | expose :votes_against | 68 | expose :votes_against |
69 | expose :setting | 69 | expose :setting |
70 | + expose :position | ||
70 | end | 71 | end |
71 | 72 | ||
72 | class Article < ArticleBase | 73 | class Article < ArticleBase |