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/_operation.html.erb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 app/views/operations/_operation.html.erb (limited to 'app/views/operations/_operation.html.erb') diff --git a/app/views/operations/_operation.html.erb b/app/views/operations/_operation.html.erb new file mode 100644 index 0000000..6349848 --- /dev/null +++ b/app/views/operations/_operation.html.erb @@ -0,0 +1,7 @@ +
+

+ Name: + <%= operation.name %> +

+ +
-- cgit v1.2.3