mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
"the" instead of "a"
This commit is contained in:
parent
e37d806e05
commit
d515948a18
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ Note that when passing arguments to a state transition, the first argument must
|
|||
In case of an error during the event processing the error is rescued and passed to `:error`
|
||||
callback, which can handle it or re-raise it for further propagation.
|
||||
|
||||
During a transition's `:after` callback (and reliably only then) you can access the
|
||||
During the transition's `:after` callback (and reliably only then) you can access the
|
||||
originating state (the from-state) and the target state (the to state), like this:
|
||||
|
||||
```ruby
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue