aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorYehuda Katz <yehudakatz@YK.local>2010-02-14 11:18:34 -0800
committerYehuda Katz <yehudakatz@YK.local>2010-02-14 11:18:34 -0800
commita1b60696e2b13cbe94d748444cc0da37b190fbb8 (patch)
tree03d9a3f450d87b9ba4d1dee5eaa704b4d8d5f87d /activesupport
parentb68f5f77e351177ea359d00b93862cf21f67764d (diff)
downloadrails-a1b60696e2b13cbe94d748444cc0da37b190fbb8.tar.gz
rails-a1b60696e2b13cbe94d748444cc0da37b190fbb8.tar.bz2
rails-a1b60696e2b13cbe94d748444cc0da37b190fbb8.zip
Missing require
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/dependencies.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/dependencies.rb b/activesupport/lib/active_support/dependencies.rb
index f8fc22e16f..56de29b730 100644
--- a/activesupport/lib/active_support/dependencies.rb
+++ b/activesupport/lib/active_support/dependencies.rb
@@ -4,6 +4,7 @@ require 'pathname'
require 'active_support/core_ext/module/aliasing'
require 'active_support/core_ext/module/attribute_accessors'
require 'active_support/core_ext/module/introspection'
+require 'active_support/core_ext/module/anonymous'
require 'active_support/core_ext/object/blank'
require 'active_support/core_ext/load_error'
require 'active_support/core_ext/name_error'