From 0117f0e629db3009a6e08180925ea8abd34e1303 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sun, 18 Oct 2020 22:24:59 -0700 Subject: [PATCH] Add weapons template --- app/views/api/v1/search/weapons.json.rabl | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/views/api/v1/search/weapons.json.rabl diff --git a/app/views/api/v1/search/weapons.json.rabl b/app/views/api/v1/search/weapons.json.rabl new file mode 100644 index 0000000..fce5472 --- /dev/null +++ b/app/views/api/v1/search/weapons.json.rabl @@ -0,0 +1,3 @@ +collection @weapons, :object_root => false + +extends 'weapons/base' \ No newline at end of file