1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00
aasm/spec
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
..
functional Merge branch 'joaovitor/master' 2009-05-27 19:55:32 -04:00
unit Updated the way error callbacks work 2009-12-02 10:43:49 +00:00
spec_helper.rb cleanup, move to jeweler, nuke gemspec 2009-10-14 23:07:46 -04:00