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

Merge pull request #247 from jaredsmithse/patch-1

📝 fix typo
This commit is contained in:
Thorsten Böttger 2015-08-27 18:40:10 +12:00
commit 385bbe3727

View file

@ -314,7 +314,7 @@ job.aasm.current_state # stage3
### ActiveRecord
AASM comes with support for ActiveRecord and allows automatical persisting of the object's
AASM comes with support for ActiveRecord and allows automatic persisting of the object's
state in the database.
```ruby