Sha256: 4e463321bb4d685c2b00d50ed799405b8b09f3364b19eb565c89b2837f5d59ee
Contents?: true
Size: 327 Bytes
Versions: 71
Compression:
Stored size: 327 Bytes
Contents
module Sipity # Who can trigger this event? class WorkflowStateActionPermission < ActiveRecord::Base self.table_name = 'sipity_workflow_state_action_permissions' belongs_to :workflow_role, class_name: 'Sipity::WorkflowRole' belongs_to :workflow_state_action, class_name: 'Sipity::WorkflowStateAction' end end
Version data entries
71 entries across 71 versions & 3 rubygems