mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
README formatting fix.
This commit is contained in:
parent
2ab6706a3f
commit
73c60f7bf3
1 changed files with 2 additions and 2 deletions
|
@ -309,8 +309,8 @@ Furthermore, if your column has integer type (which is normally the
|
|||
case when you're working with Rails enums), you can omit ```:enum```
|
||||
setting --- AASM auto-detects this situation and enabled enum
|
||||
support. If anything goes wrong, you can disable enum functionality
|
||||
and fall back to the default behavior by setting ```:enum``` to
|
||||
```false```.
|
||||
and fall back to the default behavior by setting ```:enum```
|
||||
to ```false```.
|
||||
|
||||
### Sequel
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue