Changeset [991c446ca2d1e2e0835dccdd051398c56e9534ab] by Thorsten Böttger

April 28th, 2013 @ 11:46 AM

supporting instance level inspection for states (including permissible state, see issue #54)
https://github.com/aasm/aasm/commit/991c446ca2d1e2e0835dccdd051398c...

Committed by Thorsten Böttger

  • M CHANGELOG.md
  • M README.md
  • M lib/aasm/instance_base.rb
  • M spec/models/foo.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.