module ActiveEncode::Callbacks
Active Encode Callbacks
¶ ↑
Active Encode provides hooks during the life cycle of an encode. Callbacks
allow you to trigger logic during the life cycle of an encode. Available callbacks are:
-
before_create
-
around_create
-
after_create
-
before_cancel
-
around_cancel
-
after_cancel
-
before_purge
-
around_purge
-
after_purge