Changeset [39f85dbfdf408afc9f8cec439205dfcb86bcd3db] by Thorsten Böttger
January 24th, 2014 @ 05:12 AM
support multiple guards per transition
https://github.com/aasm/aasm/commit/39f85dbfdf408afc9f8cec439205dfc...
Committed by Thorsten Böttger
- A spec/models/guardian.rb
- A spec/unit/guard_spec.rb
- M CHANGELOG.md
- M README.md
- M lib/aasm/transition.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.