diff options
| -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 | ||
