Changeset [77cd065eeb69868e2c8d039cd1fffb070a0bd152] by Tyler Hogan

March 8th, 2017 @ 01:58 AM

Deep clone state machine during inheritance (with tests) (#429)

Committed by Tyler Hogan

  • M lib/aasm/core/event.rb
  • M lib/aasm/core/state.rb
  • M lib/aasm/core/transition.rb
  • M lib/aasm/state_machine.rb
  • M spec/models/sub_class.rb
  • M spec/unit/subclassing_multiple_spec.rb
  • M spec/unit/subclassing_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.