Changeset [cbb3d78a8018abe1d99738459137c87ac5316f5c] by Thorsten Böttger
November 30th, 2013 @ 03:30 PM
deprecate usage of AASM.aasm_state (setter method)
https://github.com/aasm/aasm/commit/cbb3d78a8018abe1d99738459137c87...
Committed by Thorsten Böttger
- R spec/models/callback_old_dsl.rb
- M lib/aasm/aasm.rb
- M spec/models/mongoid/simple_mongoid.rb
- M spec/models/not_auto_loaded/process.rb
- M spec/models/persistence.rb
- M spec/unit/callbacks_spec.rb
- M spec/unit/inspection_spec.rb
- M spec/unit/localizer_spec.rb
- M spec/unit/persistence/active_record_persistence_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.