Triggers
Clear provides a way to create triggers on different time of the lifecycle of the model.
Example usage
Caveats
Calling before/after with a block will return a Clear::Model as argument. Therefore, you must cast the variable (
m.as(User)
in example above).before/after :action, :method
must be pointing to public method. If the method is private, the call will fail.
Trigger list
Last updated