Changeset [44f2dfac4026530b11e8af2c9526f6719c44a2ee] by Thorsten Böttger
September 9th, 2014 @ 05:02 PM
clean up callbacks (closing #96)
https://github.com/aasm/aasm/commit/44f2dfac4026530b11e8af2c9526f67...
Committed by Thorsten Böttger
- R HOWTO_MIGRATE_FROM_AASM_3_TO_4.md
- M AASM4.md
- M README.md
- M README_FROM_VERSION_3_TO_4.md
- M callbacks.txt
- M lib/aasm/aasm.rb
- M lib/aasm/event.rb
- M lib/aasm/instance_base.rb
- M spec/models/auth_machine.rb
- M spec/models/callback_new_dsl.rb
- M spec/models/double_definer.rb
- M spec/models/foo.rb
- M spec/unit/callbacks_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.