mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
![]() If a callback is declared (:error => :error_method) and error_method exists then error_method is called if an error is raised If a callback is declared but the method does not exist, then a NoMethodError is raised if an error is raised If no callback is declard, then any error raised will get propogated |
||
---|---|---|
.. | ||
aasm_spec.rb | ||
active_record_persistence_spec.rb | ||
before_after_callbacks_spec.rb | ||
event_spec.rb | ||
state_spec.rb | ||
state_transition_spec.rb |