Module: KirguduBase::DynamicTransactions::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
]