1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00
This commit is contained in:
ramn 2011-09-04 18:01:29 +02:00
parent fd40c19d8f
commit cd9c254552

View file

@ -127,7 +127,7 @@ This example uses a few of the more complex features available.
aasm_event :get_married, aasm_event :get_married,
:before => :make_vows, :before => :make_vows,
:after => :eat_wedding_cake :after => :eat_wedding_cake do
transitions :to => :married, :from => [:dating] transitions :to => :married, :from => [:dating]
end end
end end