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