From 29cefc1165501006020af052052d0b41f6a294cd Mon Sep 17 00:00:00 2001 From: Juanito Fatas Date: Thu, 29 May 2014 17:23:59 +0800 Subject: [ci skip] Make last note show up in postgresql guide. --- guides/source/active_record_postgresql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source') 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. -- cgit v1.2.3