Changeset [763957f6ec1b959cfe41646b643111d6d85d0099] by Thorsten Böttger
December 20th, 2014 @ 02:12 PM
bugfix: take private methods into account when checking for
callbacks #197
https://github.com/aasm/aasm/commit/763957f6ec1b959cfe41646b643111d...
Committed by Thorsten Böttger
- A spec/models/callbacks/private_method.rb
- M CHANGELOG.md
- M lib/aasm/core/event.rb
- M spec/unit/callbacks_spec.rb
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.