mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
Highlighting bang event in Readme [ci-skip]
This commit is contained in:
parent
9c2786933f
commit
e1adfcd126
1 changed files with 2 additions and 0 deletions
|
@ -573,6 +573,8 @@ class Job < ActiveRecord::Base
|
|||
end
|
||||
```
|
||||
|
||||
### Bang events
|
||||
|
||||
You can tell AASM to auto-save the object or leave it unsaved
|
||||
|
||||
```ruby
|
||||
|
|
Loading…
Reference in a new issue