Changeset [41ca5679bf9fecfef60429ccc6a9bec55935ddc0] by Thorsten Böttger

November 30th, 2013 @ 02:46 PM

deprecate usage of aasm_current_state (getter method)
https://github.com/aasm/aasm/commit/41ca5679bf9fecfef60429ccc6a9bec...

Committed by Thorsten Böttger

  • M lib/aasm/aasm.rb
  • M lib/aasm/event.rb
  • M lib/aasm/persistence/active_record_persistence.rb
  • M lib/aasm/persistence/mongoid_persistence.rb
  • M spec/unit/complex_example_spec.rb
  • M spec/unit/event_spec.rb
  • M spec/unit/initial_state_spec.rb
  • M spec/unit/inspection_spec.rb
  • M spec/unit/persistence/active_record_persistence_spec.rb
  • M spec/unit/simple_example_spec.rb
  • M spec/unit/subclassing_spec.rb
New-ticket Create new ticket

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.