From 1cef759e1e5f672826cf332b8341f5ab35963da0 Mon Sep 17 00:00:00 2001 From: Jade McGough Date: Mon, 12 Jan 2015 00:38:10 -0500 Subject: minor grammatical fix in documentation --- guides/source/active_record_basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source/active_record_basics.md') diff --git a/guides/source/active_record_basics.md b/guides/source/active_record_basics.md index 9d2ba328ea..76516a03df 100644 --- a/guides/source/active_record_basics.md +++ b/guides/source/active_record_basics.md @@ -62,7 +62,7 @@ Convention over Configuration in Active Record When writing applications using other programming languages or frameworks, it 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 +Rails, you'll need to write very little configuration (in some cases 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 time then this should be the default way. Thus, explicit configuration would be needed -- cgit v1.2.3 From 5cfaf5a46eb154f98ba8963bdcfade0afdc618ad Mon Sep 17 00:00:00 2001 From: Vipul A M Date: Wed, 14 Jan 2015 11:52:13 +0530 Subject: - Changed `IN` to `ON` in markdown renderer condition - Changed `IN` to `ON` in all note sentences in guides. --- guides/source/active_record_basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source/active_record_basics.md') diff --git a/guides/source/active_record_basics.md b/guides/source/active_record_basics.md index 9d2ba328ea..2066337a9e 100644 --- a/guides/source/active_record_basics.md +++ b/guides/source/active_record_basics.md @@ -1,4 +1,4 @@ -**DO NOT READ THIS FILE IN GITHUB, GUIDES ARE PUBLISHED IN http://guides.rubyonrails.org.** +**DO NOT READ THIS FILE ON GITHUB, GUIDES ARE PUBLISHED ON http://guides.rubyonrails.org.** Active Record Basics ==================== -- cgit v1.2.3