1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

[ci skip] Make last note show up in postgresql guide.

This commit is contained in:
Juanito Fatas 2014-05-29 17:23:59 +08:00
parent 3b606a3259
commit 29cefc1165

View file

@ -429,5 +429,5 @@ first.archive!
p Article.count # => 2
```
Note: This application only cares about non-archived `Articles`. A view also
NOTE: This application only cares about non-archived `Articles`. A view also
allows for conditions so we can exclude the archived `Articles` directly.