summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/models/action_participant.rb4
1 files changed, 4 insertions, 0 deletions
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 @@
1class ActionParticipant < ApplicationRecord
2 belongs_to :node_action
3 belongs_to :subject, :polymorphic => true
4end