diff options
author | Ronak Jangir <ronakjangir47@gmail.com> | 2015-09-06 14:16:58 +0530 |
---|---|---|
committer | Ronak Jangir <ronakjangir47@gmail.com> | 2015-09-06 14:20:06 +0530 |
commit | 953a83e9185cf7c4aef457d2e9d50d9c9aea0182 (patch) | |
tree | 47ccc46f9fff8334c7a53442893647f3a8144b98 /guides/source | |
parent | f2400de8013c4d9798e7f69c44b1c987e719a5a4 (diff) | |
download | rails-953a83e9185cf7c4aef457d2e9d50d9c9aea0182.tar.gz rails-953a83e9185cf7c4aef457d2e9d50d9c9aea0182.tar.bz2 rails-953a83e9185cf7c4aef457d2e9d50d9c9aea0182.zip |
Removed Extra ‘the’ [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/upgrading_ruby_on_rails.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/upgrading_ruby_on_rails.md b/guides/source/upgrading_ruby_on_rails.md index 743241d7a0..30c0fcb294 100644 --- a/guides/source/upgrading_ruby_on_rails.md +++ b/guides/source/upgrading_ruby_on_rails.md @@ -895,7 +895,7 @@ CatalogProduct < ActiveRecord::Base end ``` -* Note that the the prefix takes scopes into account as well, so relations between `Catalog::Category` and `Catalog::Product` or `Catalog::Category` and `CatalogProduct` need to be updated similarly. +* Note that the prefix takes scopes into account as well, so relations between `Catalog::Category` and `Catalog::Product` or `Catalog::Category` and `CatalogProduct` need to be updated similarly. ### Active Resource |