mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Update active_record_querying.md
Fixed a typo in enums comment
This commit is contained in:
parent
b5b078cd99
commit
fc0280669c
1 changed files with 1 additions and 1 deletions
|
@ -1652,7 +1652,7 @@ order = Order.first
|
|||
order.shipped?
|
||||
# Returns true if status == :shipped
|
||||
order.complete?
|
||||
# Returns true if status == :shipped
|
||||
# Returns true if status == :complete
|
||||
...
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue