diff options
author | Jon Leighton <j@jonathanleighton.com> | 2012-03-30 13:58:51 +0100 |
---|---|---|
committer | Jon Leighton <j@jonathanleighton.com> | 2012-03-30 13:58:51 +0100 |
commit | b69298e01d5879fd9381fe27dffdbb50f14721f0 (patch) | |
tree | a9a3d70adbfca4a7c0a4774cb92608636687af16 | |
parent | 84338aab908f87cc830c15259dc31798d3ae150d (diff) | |
download | rails-b69298e01d5879fd9381fe27dffdbb50f14721f0.tar.gz rails-b69298e01d5879fd9381fe27dffdbb50f14721f0.tar.bz2 rails-b69298e01d5879fd9381fe27dffdbb50f14721f0.zip |
fix typo. thanks @nertzy
-rw-r--r-- | guides/source/active_record_querying.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/active_record_querying.textile b/guides/source/active_record_querying.textile index 5ea3edd6a0..14d0ba9b28 100644 --- a/guides/source/active_record_querying.textile +++ b/guides/source/active_record_querying.textile @@ -1023,7 +1023,7 @@ category.posts.published # => [published posts belonging to this category] h4. Passing in arguments -You scope can take arguments: +Your scope can take arguments: <ruby> class Post < ActiveRecord::Base |