Commit d66a1bc89908a76889f6ea156a48686dfc8a7c2a

Authored by Victor Costa
2 parents a2d42c4a d3b995c2

Merge branch 'api' into production

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
lib/noosfero/api/entities.rb
... ... @@ -70,6 +70,8 @@ module Noosfero
70 70 expose :setting
71 71 expose :position
72 72 expose :hits
  73 + expose :start_date
  74 + expose :end_date
73 75 end
74 76  
75 77 class Article < ArticleBase
... ...