1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00

fix the readme

This commit is contained in:
Thorsten Böttger 2011-11-26 21:23:36 +01:00
parent 8f0ff1b0ab
commit 8c11a6b7ee

View file

@ -128,6 +128,7 @@ This example uses a few of the more complex features available.
:after => :eat_wedding_cake do
transitions :to => :married, :from => [:dating]
end
end
end
```