Skip to content

Commit

Permalink
how to upgrade from AASM 3.x to 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alto committed Nov 15, 2014
1 parent 8ee22da commit 6c771bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -13,6 +13,10 @@ that no longer targets only ActiveRecord models. It currently provides adapters
[Mongoid](http://mongoid.org/), but it can be used for any Ruby class, no matter what
parent class it has (if any).

## Upgrade from version 3 to 4

Take a look at the [README_FROM_VERSION_3_TO_4](https://github.com/aasm/aasm/blob/master/README_FROM_VERSION_3_TO_4.md) for details how to switch from version 3.x to 4.0 of _AASM_.

## Usage

Adding a state machine is as simple as including the AASM module and start defining
Expand Down

0 comments on commit 6c771bf

Please sign in to comment.