Changeset [6ab03be38bfbecc5d941d6b9e2745c13eb7ea76c] by Thorsten Böttger
October 12th, 2014 @ 09:57 AM
instance-based permissible_events has been removed in favor or
events(:permissible => true)
https://github.com/aasm/aasm/commit/6ab03be38bfbecc5d941d6b9e2745c1...
Committed by Thorsten Böttger
- M CHANGELOG.md
- M README_FROM_VERSION_3_TO_4.md
- M lib/aasm/aasm.rb
- M lib/aasm/instance_base.rb
- M spec/unit/inspection_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.