Add timestamps to party json output
This commit is contained in:
parent
58173606ed
commit
5338e83be3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue