From 7140f892f95cb60aec3730a861c58a89301ca9ae Mon Sep 17 00:00:00 2001 From: hatz Date: Fri, 2 May 2025 16:09:51 -0500 Subject: [PATCH] Update docs --- app/views/rule/actions/_action.html.erb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/views/rule/actions/_action.html.erb b/app/views/rule/actions/_action.html.erb index 26e69dae..414d239e 100644 --- a/app/views/rule/actions/_action.html.erb +++ b/app/views/rule/actions/_action.html.erb @@ -16,8 +16,8 @@ <%= tag.div class: class_names("min-w-1/2 flex items-center gap-2", "hidden" => !needs_value), data: { rule__actions_target: "actionValue" } do %> to - <%# Initial rendering based on rule.action_executors.first from the form. %> - <%# This is currently always SetTransactionCategory from app/models/rule/action_executor/transaction_resource.rb. %> + <%# Initial rendering based on rule.action_executors.first from the rule form. %> + <%# This is currently always SetTransactionCategory from transaction_resource.rb. %> <%# Only the first select option will render here, as subsequent renders are injected by the Stimulus controller, which uses the templates from below. %> <% case action_type when "select" %> @@ -44,4 +44,6 @@ + + <%# The function type doesn't need an input, so no template is required.%>