mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
documented support for Mongoid
This commit is contained in:
parent
d39406106d
commit
33460e6b0c
1 changed files with 4 additions and 1 deletions
|
@ -2,7 +2,10 @@
|
|||
|
||||
This package contains AASM, a library for adding finite state machines to Ruby classes.
|
||||
|
||||
AASM started as the acts_as_state_machine plugin but has evolved into a more generic library that no longer targets only ActiveRecord models.
|
||||
AASM started as the acts_as_state_machine plugin but has evolved into a more generic library
|
||||
that no longer targets only ActiveRecord models. It currently provides adapters for
|
||||
[ActiveRecord](http://api.rubyonrails.org/classes/ActiveRecord/Base.html) and
|
||||
[Mongoid](http://mongoid.org/).
|
||||
|
||||
## Features ##
|
||||
|
||||
|
|
Loading…
Reference in a new issue