1
0
Fork 0
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:
Thorsten Böttger 2013-04-28 17:49:59 +02:00
parent 991c446ca2
commit 471fcf4cfb

View file

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