From 6b1a1834ad1715145f047790c8391b8a5558bece Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 20 Dec 2023 20:34:25 +0000 Subject: Created new Operation model and fixed Event associations with it --- app/views/operations/index.json.jbuilder | 1 + 1 file changed, 1 insertion(+) create mode 100644 app/views/operations/index.json.jbuilder (limited to 'app/views/operations/index.json.jbuilder') diff --git a/app/views/operations/index.json.jbuilder b/app/views/operations/index.json.jbuilder new file mode 100644 index 0000000..bef1085 --- /dev/null +++ b/app/views/operations/index.json.jbuilder @@ -0,0 +1 @@ +json.array! @operations, partial: "operations/operation", as: :operation -- cgit v1.2.3