Changeset [12a31a4bd6f4df85ce73475731d92c98eda3758c] by Thorsten Böttger

May 18th, 2015 @ 06:39 AM

first tests for state machines with multiple state attributes (callbacks, part 1)
https://github.com/aasm/aasm/commit/12a31a4bd6f4df85ce73475731d92c9...

Committed by Thorsten Böttger

  • A spec/models/callbacks/basic_multiple.rb
  • A spec/unit/callback_multiple_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.