aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorGraham Madden <maddenwg@gmail.com>2013-05-31 20:21:36 -0400
committerGraham Madden <maddenwg@gmail.com>2013-05-31 20:21:36 -0400
commitb9822cc354011c5c624ec5ac2db9eab2bdf5302e (patch)
treed42c9183a57005031b03d460ceedf32eb17abfe1 /guides
parent861ec91e8c681302cec76d9bce278da829e85df1 (diff)
downloadrails-b9822cc354011c5c624ec5ac2db9eab2bdf5302e.tar.gz
rails-b9822cc354011c5c624ec5ac2db9eab2bdf5302e.tar.bz2
rails-b9822cc354011c5c624ec5ac2db9eab2bdf5302e.zip
reword for grammar and clarity
Diffstat (limited to 'guides')
-rw-r--r--guides/source/active_record_basics.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/guides/source/active_record_basics.md b/guides/source/active_record_basics.md
index fc8fac4651..42bb63700c 100644
--- a/guides/source/active_record_basics.md
+++ b/guides/source/active_record_basics.md
@@ -62,9 +62,9 @@ may be necessary to write a lot of configuration code. This is particularly true
for ORM frameworks in general. However, if you follow the conventions adopted by
Rails, you'll need to write very little configuration (in some case no
configuration at all) when creating Active Record models. The idea is that if
-you configure your applications in the very same way most of the times then this
-should be the default way. In this cases, explicit configuration would be needed
-only in those cases where you can't follow the conventions for any reason.
+you configure your applications in the very same way most of the time then this
+should be the default way. Thus, explicit configuration would be needed
+only in those cases where you can't follow the standar convention.
### Naming Conventions