aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/dependencies
diff options
context:
space:
mode:
authorJan Xie <jan.h.xie@gmail.com>2012-05-22 16:18:42 +0800
committerJan Xie <jan.h.xie@gmail.com>2012-05-22 16:18:42 +0800
commit3ed92c876c5cebea908f23020457bd494755f54b (patch)
tree49ca1cea179e29b52a01c0f30863dccee836af3c /activesupport/lib/active_support/dependencies
parentd22859ed9712cfa27b83225d8363d0f92261335a (diff)
downloadrails-3ed92c876c5cebea908f23020457bd494755f54b.tar.gz
rails-3ed92c876c5cebea908f23020457bd494755f54b.tar.bz2
rails-3ed92c876c5cebea908f23020457bd494755f54b.zip
remove useless require
Diffstat (limited to 'activesupport/lib/active_support/dependencies')
-rw-r--r--activesupport/lib/active_support/dependencies/autoload.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/dependencies/autoload.rb b/activesupport/lib/active_support/dependencies/autoload.rb
index a1626ebeba..4045db3232 100644
--- a/activesupport/lib/active_support/dependencies/autoload.rb
+++ b/activesupport/lib/active_support/dependencies/autoload.rb
@@ -1,5 +1,4 @@
require "active_support/inflector/methods"
-require "active_support/lazy_load_hooks"
module ActiveSupport
module Autoload