Changeset [e72f00f5b1b2e60c4bb8818a9548decb7ac3de0c] by Thorsten Böttger

July 10th, 2015 @ 06:47 AM

add more complex example for ActiveRecord, when two state machines are defined in a class
https://github.com/aasm/aasm/commit/e72f00f5b1b2e60c4bb8818a9548dec...

Committed by Thorsten Böttger

  • A spec/models/active_record/complex_active_record_example.rb
  • M PLANNED_CHANGES.md
  • M spec/database.rb
  • M spec/unit/inspection_multiple_spec.rb
  • M spec/unit/persistence/active_record_persistence_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.