1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00
aasm/lib
Wildfalcon 323036104e Updated the way error callbacks work
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
2009-12-02 10:43:49 +00:00
..
aasm Updated the way error callbacks work 2009-12-02 10:43:49 +00:00
aasm.rb reorganize to match rubyist/aasm 2009-08-08 16:53:47 -04:00