Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow protected/private on_entry/on_exit callbacks #81

Closed

Conversation

korny
Copy link

@korny korny commented May 28, 2013

#53 added support for protected/private transition callbacks, but not for on_*_entry and on_*_exit callbacks. This patch uses the same has_callback? handler for them.

private
def another_transition(args)
args.another_tran
end
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just cleaned this up; it seems it was added by accident in #53.

@geekq
Copy link
Owner

geekq commented Jul 24, 2014

Already implemented/merged in connection with #53

@geekq geekq closed this Jul 24, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants