Changeset [1c6a6367e039bb2a0e268dc71cde56ae2d5c8845] by Thorsten Böttger
November 18th, 2013 @ 04:30 PM
Merge branch 'master' of https://github.com/Intrepidd/aasm into Intrepidd-master
Conflicts:
lib/aasm/persistence/active_record_persistence.rb
https://github.com/aasm/aasm/commit/1c6a6367e039bb2a0e268dc71cde56a...
Committed by Thorsten Böttger
- M lib/aasm/aasm.rb
- M lib/aasm/base.rb
- M lib/aasm/persistence/active_record_persistence.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.