Changeset [8f0ff1b0abafc5dfa59c1c02b40ec4eaa146c0dc] by Thorsten Böttger
November 26th, 2011 @ 03:11 PM
version bump to 3.0.0 (new DSL)
https://github.com/rubyist/aasm/commit/8f0ff1b0abafc5dfa59c1c02b40e...
Committed by Thorsten Böttger
- M CHANGELOG.md
- M README.md
- M lib/aasm/deprecated/aasm.rb
- M lib/aasm/version.rb
- M spec/models/conversation.rb
- M spec/spec_helpers/models_spec_helper.rb
- M spec/unit/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.