Skip to content

Commit

Permalink
Merge pull request #15403 from JuanitoFatas/doc/pg-guide-note
Browse files Browse the repository at this point in the history
[ci skip] Make last note show up in postgresql guide.
  • Loading branch information
robin850 committed May 29, 2014
2 parents 3b606a3 + 29cefc1 commit c0cd779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/active_record_postgresql.md
Original file line number Diff line number Diff line change
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 c0cd779

Please sign in to comment.