Commit d3b995c21e4f04439b938bbe6bdb585280ef02a9
1 parent
02d85614
Exists in
staging
and in
4 other branches
Exposing start and end date
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 |