diff options
author | Ryan Bigg <radarlistener@gmail.com> | 2010-12-28 17:32:41 +1000 |
---|---|---|
committer | Ryan Bigg <radarlistener@gmail.com> | 2010-12-28 17:32:41 +1000 |
commit | bb99c944d3b57fd40b19ea0c07ef984e2be46da3 (patch) | |
tree | 976178900d7aabc37c2f4265c343c1e360298db7 /railties | |
parent | 777a1f125ddc2e6f56e07b9ecb4463203fdd8218 (diff) | |
download | rails-bb99c944d3b57fd40b19ea0c07ef984e2be46da3.tar.gz rails-bb99c944d3b57fd40b19ea0c07ef984e2be46da3.tar.bz2 rails-bb99c944d3b57fd40b19ea0c07ef984e2be46da3.zip |
There's a couple -> There are a couple
Diffstat (limited to 'railties')
-rw-r--r-- | railties/guides/source/initialization.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/initialization.textile b/railties/guides/source/initialization.textile index b1663a334c..0cbbe1f389 100644 --- a/railties/guides/source/initialization.textile +++ b/railties/guides/source/initialization.textile @@ -1034,7 +1034,7 @@ Now that +rails.rb+ is required, the remaining railties are loaded next, beginni h4. +activerecord/lib/active_record/railtie.rb+ -Before this file gets into the swing of defining the +ActiveRecord::Railtie+ class, there's a couple of files that are required first. The first one of these is +active_record+. +Before this file gets into the swing of defining the +ActiveRecord::Railtie+ class, there are a couple of files that are required first. The first one of these is +active_record+. h4. +activerecord/lib/active_record.rb+ |