Changeset [f043bbb04d4b9225c62990d95d119661610e065d] by Thorsten Böttger

May 26th, 2015 @ 05:29 AM

first tests for state machines with multiple state attributes
https://github.com/aasm/aasm/commit/f043bbb04d4b9225c62990d95d11966...

Committed by Thorsten Böttger

  • A spec/models/simple_multiple_example.rb
  • A spec/unit/simple_multiple_example_spec.rb
  • M lib/aasm/base.rb
  • M lib/aasm/persistence/plain_persistence.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.