Remove unused events/index.rabl

This commit is contained in:
Eric Schultz 2020-04-01 17:31:56 -05:00
parent 521b6ad904
commit 68f118100a

View file

@ -1,7 +0,0 @@
# frozen_string_literal: true
# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later
child @events => :data do
collection @events, object_root: false
attributes :name, :date, :url, :id
end