Add timestamps to party json output

This commit is contained in:
Justin Edmund 2022-02-26 17:45:17 -08:00
parent 58173606ed
commit 5338e83be3

View file

@ -1,6 +1,6 @@
object :party
attributes :id, :user_id, :name, :description, :shortcode
attributes :id, :user_id, :name, :description, :shortcode, :created_at, :updated_at
node :is_extra do |p|
p.extra