Changeset [5f05e382419d255ac464ed6cdb44945cb0a5e25c] by Vladislav Moskovets

August 10th, 2017 @ 02:40 AM

Add to AASM fire(event) and fire!(event) methods
https://github.com/aasm/aasm/commit/5f05e382419d255ac464ed6cdb44945...

Committed by Vladislav Moskovets

  • M README.md
  • M lib/aasm/instance_base.rb
  • M spec/unit/complex_example_spec.rb
  • M spec/unit/complex_multiple_example_spec.rb
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.