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/helpers/operations_helper.rb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 app/helpers/operations_helper.rb (limited to 'app/helpers/operations_helper.rb') diff --git a/app/helpers/operations_helper.rb b/app/helpers/operations_helper.rb new file mode 100644 index 0000000..d114c7c --- /dev/null +++ b/app/helpers/operations_helper.rb @@ -0,0 +1,2 @@ +module OperationsHelper +end -- cgit v1.2.3