don't expose #events

This commit is contained in:
Scott Barron 2008-01-08 09:58:02 -05:00
parent 4fd58db233
commit 7aae9e432d
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ module AASM
# Error if event defines no transitions?
end
# TODO I don't much like exposing this
private
def events
@aasm_events ||= {}
end