Module: Dynamic::Transactions::Enums

Defined in:
app/models/kirgudu_base/dynamic/transactions/enums.rb

Constant Summary collapse

ALLOWED_FLOW_POSITIONS =
[
  :before_transaction,
  :after_transaction,
  :before_save,
  :after_save
]