From cd9c254552d3714f7a870ddc86e295a48df5fcb7 Mon Sep 17 00:00:00 2001 From: ramn Date: Sun, 4 Sep 2011 18:01:29 +0200 Subject: [PATCH] Add do --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 477da3e..04ac6df 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ This example uses a few of the more complex features available. aasm_event :get_married, :before => :make_vows, - :after => :eat_wedding_cake + :after => :eat_wedding_cake do transitions :to => :married, :from => [:dating] end end