Changeset [2280f03e88b23f128ea45fbf050076bbeaddd81f] by Thorsten Böttger

May 26th, 2015 @ 05:29 AM

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

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.