mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
corrected heading for inspection
This commit is contained in:
parent
991c446ca2
commit
471fcf4cfb
1 changed files with 2 additions and 2 deletions
|
@ -304,7 +304,7 @@ class AddJobState < ActiveRecord::Migration
|
|||
end
|
||||
```
|
||||
|
||||
## <a id="inspection">Inspection
|
||||
### <a id="inspection">Inspection
|
||||
|
||||
AASM supports a couple of methods to find out which states or events are provided or permissible.
|
||||
|
||||
|
@ -328,7 +328,7 @@ job.events
|
|||
|
||||
|
||||
|
||||
## Installation ##
|
||||
## <a id="installation">Installation ##
|
||||
|
||||
### Manually from RubyGems.org ###
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue