summaryrefslogtreecommitdiff
path: root/app/models/action_participant.rb
blob: f179a48c7750adc3175c848055aea1d072599cc8 (plain)
1
2
3
4
class ActionParticipant < ApplicationRecord
  belongs_to :node_action
  belongs_to :subject, :polymorphic => true
end