From 41008b3bf126a02fd94820dadb8bb92e0706f157 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Thu, 23 Jul 2026 03:49:58 +0200 Subject: Add action_participants model --- app/models/action_participant.rb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 app/models/action_participant.rb (limited to 'app/models') diff --git a/app/models/action_participant.rb b/app/models/action_participant.rb new file mode 100644 index 00000000..f179a48c --- /dev/null +++ b/app/models/action_participant.rb @@ -0,0 +1,4 @@ +class ActionParticipant < ApplicationRecord + belongs_to :node_action + belongs_to :subject, :polymorphic => true +end -- cgit v1.3