1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00

Updated readme for Mongoid

This commit is contained in:
Lasse Skindstad Ebert 2013-12-02 12:19:42 +01:00
parent 08d0511c90
commit 0e07cdf6c1

View file

@ -257,6 +257,7 @@ to include Mongoid::Document before you include AASM.
class Job
include Mongoid::Document
include AASM
field :aasm_state
aasm do
...
end