mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
fix spelling mistake in documentation
This commit is contained in:
parent
172417f1c8
commit
83e7d58528
1 changed files with 1 additions and 1 deletions
|
@ -522,7 +522,7 @@ Saving includes running all validations on the `Job` class, and returns `true` i
|
|||
successful or `false` if errors occur. Exceptions are not raised.
|
||||
|
||||
If you want make sure the state gets saved without running validations (and
|
||||
thereby maybe persisting aninvalid object state), simply tell AASM to skip the
|
||||
thereby maybe persisting an invalid object state), simply tell AASM to skip the
|
||||
validations. Be aware that when skipping validations, only the state column will
|
||||
be updated in the database (just like ActiveRecord `update_column` is working).
|
||||
|
||||
|
|
Loading…
Reference in a new issue