From b9822cc354011c5c624ec5ac2db9eab2bdf5302e Mon Sep 17 00:00:00 2001 From: Graham Madden Date: Fri, 31 May 2013 20:21:36 -0400 Subject: reword for grammar and clarity --- guides/source/active_record_basics.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'guides') 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 -- cgit v1.2.3