1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00

README formatting fix.

This commit is contained in:
Konstantin Burnaev 2014-05-15 18:10:22 +10:00
parent 2ab6706a3f
commit 73c60f7bf3

View file

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