Remove comma [samuelkadoph]

This commit is contained in:
Ryan Bigg 2010-12-23 14:53:26 +10:00
parent 28b1642561
commit f411451ed5

@ -760,7 +760,7 @@ Or on an association consisting of +Post+ objects:
<ruby>
category = Category.first
category.posts.published => [published posts, belonging to this category]
category.posts.published => [published posts belonging to this category]
</ruby>
h4. Working with times