Changeset [3a331e89ca1ae83aa31a99b638480642e4d83dda] by Thorsten Böttger

April 24th, 2013 @ 06:57 AM

using Ruby method resolution to read the current state
https://github.com/aasm/aasm/commit/3a331e89ca1ae83aa31a99b63848064...

Committed by Thorsten Böttger

  • A API
  • A spec/models/active_record/api.rb
  • A spec/unit/api_spec.rb
  • M lib/aasm/aasm.rb
  • M lib/aasm/instance_base.rb
  • M lib/aasm/persistence/active_record_persistenc
  • M lib/aasm/persistence/mongoid_persistence.rb
  • M lib/aasm/persistence/read_state.rb
  • M spec/models/persistence.rb
  • M spec/schema.rb
  • M spec/unit/persistence/active_record_persisten
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.