Commit 9ce856f7a923334eef8a180afbabb2414fae7688

Authored by Victor Costa
1 parent 2f142b41

api: added article setting attribute

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