Commit 0fe2127d9fa71e2b8793389bcdf6477ebc68763b

Authored by Victor Costa
Committed by Rodrigo Souto
1 parent 784c7728

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