Commit d1e458f7a6f6429aaa4940b75861484d6bb0a784

Authored by Victor Costa
Committed by Rodrigo Souto
1 parent a3e24839

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 66 expose :image, :using => Image
67 67 expose :votes_for
68 68 expose :votes_against
  69 + expose :setting
69 70 end
70 71  
71 72 class Article < ArticleBase
... ...