Commit d66a1bc89908a76889f6ea156a48686dfc8a7c2a
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
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,6 +70,8 @@ module Noosfero | ||
70 | expose :setting | 70 | expose :setting |
71 | expose :position | 71 | expose :position |
72 | expose :hits | 72 | expose :hits |
73 | + expose :start_date | ||
74 | + expose :end_date | ||
73 | end | 75 | end |
74 | 76 | ||
75 | class Article < ArticleBase | 77 | class Article < ArticleBase |