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

Add comma..

This commit is contained in:
ramn 2011-09-04 18:00:55 +02:00
parent fc99d90932
commit fd40c19d8f

View file

@ -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]