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

New operation

+ +<%= render "form", operation: @operation %> + +
+ +
+ <%= link_to "Back to operations", operations_path %> +
-- cgit v1.2.3