Changeset [9370861cd2dc17c51e0934d23f855fadfbd24ff6] by HoyaBoya

February 5th, 2016 @ 03:32 PM

incorporate feedback using AASM configuration options
https://github.com/aasm/aasm/commit/9370861cd2dc17c51e0934d23f855fa...

Committed by HoyaBoya

  • M README.md
  • M lib/aasm/aasm.rb
  • M lib/aasm/base.rb
  • M lib/aasm/configuration.rb
  • M spec/models/simple_custom_example.rb
  • M spec/unit/simple_custom_example_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.