Changeset [ede514b11577d486460ce71ceb98ad0ba38e9af4] by Thorsten Böttger
April 21st, 2013 @ 12:28 PM
removed unneeded method (reading the current state for persisted
states is already handled)
https://github.com/aasm/aasm/commit/ede514b11577d486460ce71ceb98ad0...
Committed by Thorsten Böttger
- M lib/aasm/persistence/active_record_persistenc
- M lib/aasm/persistence/mongoid_persistence.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.