From 2b3b9497f1e128dbbcafa262e8d762b962eb5379 Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 16 Jun 2020 15:33:34 -0500 Subject: [PATCH] Remove a rabl file which was not deleted by accident --- app/views/nonprofits/refunds/index.rabl | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 app/views/nonprofits/refunds/index.rabl diff --git a/app/views/nonprofits/refunds/index.rabl b/app/views/nonprofits/refunds/index.rabl deleted file mode 100644 index 96a1c930..00000000 --- a/app/views/nonprofits/refunds/index.rabl +++ /dev/null @@ -1,10 +0,0 @@ -# frozen_string_literal: true - -# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later -Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE -object false - -child @refunds => :data do - collection @refunds, object_root: false - attributes :id, :amount, :created_at, :reason, :comment -end