Commit 4dce425f55e510b6f05971b8ddc2d417c5b466f7
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Merge branch 'api' into stable
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
lib/noosfero/api/entities.rb
@@ -64,6 +64,8 @@ module Noosfero | @@ -64,6 +64,8 @@ module Noosfero | ||
64 | expose :profile, :using => Profile | 64 | expose :profile, :using => Profile |
65 | expose :categories, :using => Category | 65 | expose :categories, :using => Category |
66 | expose :image, :using => Image | 66 | expose :image, :using => Image |
67 | + expose :votes_for | ||
68 | + expose :votes_against | ||
67 | end | 69 | end |
68 | 70 | ||
69 | class Article < ArticleBase | 71 | class Article < ArticleBase |