Changeset [4b32ab1a4e6d7beb354c7a0ecaf099fb4d5b35d9] by Thorsten Böttger
December 8th, 2015 @ 04:55 AM
make sure to use override configuration options if state machine
is defined more than once (see #287)
https://github.com/aasm/aasm/commit/4b32ab1a4e6d7beb354c7a0ecaf099f...
Committed by Thorsten Böttger
- M CHANGELOG.md
- M lib/aasm/aasm.rb
- M spec/models/silencer.rb
- M spec/unit/transition_spec.rb
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.