Changeset [81ab368d601a698ab70a5648d0aec1e06dfdbcfa] by J Scotti

January 25th, 2019 @ 06:12 AM

Clarify on_event can accept multiple events

It was clear it could have accept arguments as the previous examples already did cover the case. This chagne clarifies what the examples is covering.
https://github.com/aasm/aasm/commit/81ab368d601a698ab70a5648d0aec1e...

Committed by J Scotti

  • M README.md
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Library for adding state machines to Ruby classes. Includes persistence layers for things like ActiveRecord. Formerly known as acts_as_state_machine.