1
0
Fork 0
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:
Anil Kumar Maurya 2017-02-28 15:46:55 +05:30 committed by GitHub
parent 9c2786933f
commit e1adfcd126

View file

@ -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