aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/lazy_load_hooks.rb
diff options
context:
space:
mode:
authoraditya-kapoor <aditya.kapoor@vinsol.com>2013-05-09 23:27:15 +0530
committeraditya-kapoor <aditya.kapoor@vinsol.com>2013-05-09 23:27:15 +0530
commite6cebce48cdd0cffec1a4e85b76108c3a9f4968f (patch)
tree8effbb26f19da6e0ba67df31215ac869fc2b79af /activesupport/lib/active_support/lazy_load_hooks.rb
parentd9490631d2e5cf99d748541bd9c3c43adcdd6e6c (diff)
downloadrails-e6cebce48cdd0cffec1a4e85b76108c3a9f4968f.tar.gz
rails-e6cebce48cdd0cffec1a4e85b76108c3a9f4968f.tar.bz2
rails-e6cebce48cdd0cffec1a4e85b76108c3a9f4968f.zip
changed rails -> Rails at two places
Diffstat (limited to 'activesupport/lib/active_support/lazy_load_hooks.rb')
-rw-r--r--activesupport/lib/active_support/lazy_load_hooks.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/lazy_load_hooks.rb b/activesupport/lib/active_support/lazy_load_hooks.rb
index e489512531..e2b8f0f648 100644
--- a/activesupport/lib/active_support/lazy_load_hooks.rb
+++ b/activesupport/lib/active_support/lazy_load_hooks.rb
@@ -1,5 +1,5 @@
module ActiveSupport
- # lazy_load_hooks allows rails to lazily load a lot of components and thus
+ # lazy_load_hooks allows Rails to lazily load a lot of components and thus
# making the app boot faster. Because of this feature now there is no need to
# require <tt>ActiveRecord::Base</tt> at boot time purely to apply
# configuration. Instead a hook is registered that applies configuration once