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

Change runnung to running

This commit is contained in:
Tal Safran 2016-02-18 17:53:58 -08:00
parent 82f592a1ed
commit dc74f129f2

View file

@ -149,7 +149,7 @@ In this case `do_something` is called before actually entering the state `sleepi
while `notify_somebody` is called after the transition `run` (from `sleeping` to `running`)
is finished.
AASM will also initialize `LogRunTime` and run the `call` method for you after the transition from `runnung` to `finished` in the example above. You can pass arguments to the class by defining an initialize method on it, like this:
AASM will also initialize `LogRunTime` and run the `call` method for you after the transition from `running` to `finished` in the example above. You can pass arguments to the class by defining an initialize method on it, like this:
```
class LogRunTime