Add created_at to json posts for #5585

This commit is contained in:
James Kiesel 2015-01-27 18:10:02 +13:00
parent 6502000429
commit 43f48d0ae2

View file

@ -9,6 +9,7 @@ module Export
:image_width,
:likes_count,
:comments_count,
:reshares_count
:reshares_count,
:created_at
end
end