aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_record_postgresql.md
diff options
context:
space:
mode:
authorJuanito Fatas <katehuang0320@gmail.com>2014-05-29 17:23:59 +0800
committerJuanito Fatas <katehuang0320@gmail.com>2014-05-29 17:23:59 +0800
commit29cefc1165501006020af052052d0b41f6a294cd (patch)
treed729e0416a678fc60b2da2ad1365ce83712849d4 /guides/source/active_record_postgresql.md
parent3b606a32595bf3547dbe74a2304d048c2dd2f6b1 (diff)
downloadrails-29cefc1165501006020af052052d0b41f6a294cd.tar.gz
rails-29cefc1165501006020af052052d0b41f6a294cd.tar.bz2
rails-29cefc1165501006020af052052d0b41f6a294cd.zip
[ci skip] Make last note show up in postgresql guide.
Diffstat (limited to 'guides/source/active_record_postgresql.md')
-rw-r--r--guides/source/active_record_postgresql.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/active_record_postgresql.md b/guides/source/active_record_postgresql.md
index b69c8dbb7a..dfa488773e 100644
--- a/guides/source/active_record_postgresql.md
+++ b/guides/source/active_record_postgresql.md
@@ -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.