diff options
author | Ryan Bigg <radarlistener@gmail.com> | 2010-12-28 14:04:02 +1000 |
---|---|---|
committer | Ryan Bigg <radarlistener@gmail.com> | 2010-12-28 14:04:02 +1000 |
commit | 7b7537317c02c37c894fc65ff1b685d9d247e87a (patch) | |
tree | 5e823062855aef6183d0bde4208ca0b414590fb3 /railties/guides | |
parent | 2f57353023705917369ad417080757c0f2b71885 (diff) | |
download | rails-7b7537317c02c37c894fc65ff1b685d9d247e87a.tar.gz rails-7b7537317c02c37c894fc65ff1b685d9d247e87a.tar.bz2 rails-7b7537317c02c37c894fc65ff1b685d9d247e87a.zip |
init guide: active_support/railtie does not require itself, actually requires i18n_railtie
Diffstat (limited to 'railties/guides')
-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 5013d9d7ec..ceee4639a2 100644 --- a/railties/guides/source/initialization.textile +++ b/railties/guides/source/initialization.textile @@ -709,7 +709,7 @@ Much like +active_support/version+, this file defines the +VERSION+ constant whi h4. +activesupport/lib/active_support/railtie.rb+ -This file requires +active_support+ and +rails+ which have already been required so these two lines are effectively ignored. The third require in this file is to +active_support/railtie+. +This file requires +active_support+ and +rails+ which have already been required so these two lines are effectively ignored. The third require in this file is to +active_support/i18n_railtie.rb+. h4. +activesupport/lib/active_support/i18n_railtie.rb+ |