aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/lazy_load_hooks.rb
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2013-05-09 17:27:08 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2013-05-09 17:27:58 +0530
commit39b8b8fdbf6c175a64f07198ff1c950e33c72cd0 (patch)
treee45f100807e554e25b13fe76908b5cfda7dd5b47 /activesupport/lib/active_support/lazy_load_hooks.rb
parentcd3177d315cd537a2810a27e0aff7e3a7af111f2 (diff)
downloadrails-39b8b8fdbf6c175a64f07198ff1c950e33c72cd0.tar.gz
rails-39b8b8fdbf6c175a64f07198ff1c950e33c72cd0.tar.bz2
rails-39b8b8fdbf6c175a64f07198ff1c950e33c72cd0.zip
rails -> Rails [ci skip]
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