Changeset [e64a84f71fa21cdffc861598a9e0296a8178030a] by HoyaBoya

November 4th, 2015 @ 10:01 PM

attempt add global before transitions

coverage for not calling the transition callbacks

complete rething, support before after all events, error all events, and ensure
https://github.com/aasm/aasm/commit/e64a84f71fa21cdffc861598a9e0296...

Committed by HoyaBoya

  • M README.md
  • M lib/aasm/aasm.rb
  • M lib/aasm/base.rb
  • M lib/aasm/core/event.rb
  • M spec/models/callbacks/basic.rb
  • M spec/unit/callbacks_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.