Danimal,

Usually the best place to look is the actual source itself.
http://github.com/omghax/acts_as_state_machine/tree/master/lib/acts_as_state_machine.rb

Looks like this is what you are looking for
:entering
:entered
:exited

The entering and exiting methods call the @enter and @exit options
respectively which are passed in during instantiation.

Cheers

--
Robert Zotter
Zapient, LLC
Ruby on Rails Development and Consulting

http://www.zapient.com
http://www.fromjavatoruby.com


On Oct 27, 5:31 pm, Danimal <[EMAIL PROTECTED]> wrote:
> Hello!
>
> Sometime ago I ran across a webpage where someone had identified the
> full callback sequence for an object lifecycle including AASM with
> it's :enter and :exit and whatnot callbacks. Unfortunately, I can't
> find it and searches don't seem to help.
>
> Does anyone have a reference to a page that shows the callback
> sequence with Acts As State Machine (the gem)?
>
> I think there was a Wiki page on github with this, but I can't find
> it. Grrr.
>
> Thanks!
>
> -Danimal
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to