From 5338e83be32fffb9a79e382bccff2475095e536d Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sat, 26 Feb 2022 17:45:17 -0800 Subject: [PATCH] Add timestamps to party json output --- app/views/api/v1/parties/base.json.rabl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/api/v1/parties/base.json.rabl b/app/views/api/v1/parties/base.json.rabl index ff8ccea..fb871b5 100644 --- a/app/views/api/v1/parties/base.json.rabl +++ b/app/views/api/v1/parties/base.json.rabl @@ -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