diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-23 03:49:58 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-23 03:49:58 +0200 |
| commit | 41008b3bf126a02fd94820dadb8bb92e0706f157 (patch) | |
| tree | 8c6fa52420bf09e05d720c74356d2a30bc489e4e /app/models | |
| parent | d9e95bdb6436768c738539df74a164c885887174 (diff) | |
Add action_participants model
Diffstat (limited to 'app/models')
| -rw-r--r-- | app/models/action_participant.rb | 4 |
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 @@ | |||
| 1 | class ActionParticipant < ApplicationRecord | ||
| 2 | belongs_to :node_action | ||
| 3 | belongs_to :subject, :polymorphic => true | ||
| 4 | end | ||
