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

don't expose #events

This commit is contained in:
Scott Barron 2008-01-08 09:58:02 -05:00
parent 4fd58db233
commit 7aae9e432d

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