mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Remove comma [samuelkadoph]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user