mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
323036104e
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 |
||
---|---|---|
.. | ||
functional | ||
unit | ||
spec_helper.rb |