Skip to content

Commit

Permalink
[ci skip] Make last note show up in postgresql guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanitoFatas committed May 29, 2014
1 parent 3b606a3 commit 29cefc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/active_record_postgresql.md
Expand Up @@ -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.

0 comments on commit 29cefc1

Please sign in to comment.