diff options
author | Juanito Fatas <katehuang0320@gmail.com> | 2014-05-29 17:23:59 +0800 |
---|---|---|
committer | Juanito Fatas <katehuang0320@gmail.com> | 2014-05-29 17:23:59 +0800 |
commit | 29cefc1165501006020af052052d0b41f6a294cd (patch) | |
tree | d729e0416a678fc60b2da2ad1365ce83712849d4 /guides/source | |
parent | 3b606a32595bf3547dbe74a2304d048c2dd2f6b1 (diff) | |
download | rails-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')
-rw-r--r-- | guides/source/active_record_postgresql.md | 2 |
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. |