Changeset [7d32335b607c04b048f21d6f7bcf4cc5af51999c] by Thorsten Böttger
November 15th, 2014 @ 06:24 AM
Merge branch 'master' into aasm4
Conflicts:
CHANGELOG.md lib/aasm/event.rb lib/aasm/transition.rb
https://github.com/aasm/aasm/commit/7d32335b607c04b048f21d6f7bcf4cc...
Committed by Thorsten Böttger
- M ".gitignore"
- M CHANGELOG.md
- M README.md
- M lib/aasm/event.rb
- M lib/aasm/transition.rb
- M spec/models/callback_new_dsl.rb
- M spec/unit/callbacks_spec.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.