Changeset [20492a1d969739dcad01412da1ae965f8480f5fd] by Thorsten Böttger

May 16th, 2016 @ 06:55 AM

Merge pull request #364 from hspazio/master

Support :permitted => false for states and events
https://github.com/aasm/aasm/commit/20492a1d969739dcad01412da1ae965...

Committed by Thorsten Böttger

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