aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-03-26 19:08:13 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2009-03-26 19:08:13 -0700
commitcf95f75695e22e9897804a6fb7f4d8d13a247b61 (patch)
treedf5c85a1f878847f282e0ef7c77d4eb3add597e6 /activesupport
parent1c5a6944d38e6818d254f272057b513b038b2270 (diff)
downloadrails-cf95f75695e22e9897804a6fb7f4d8d13a247b61.tar.gz
rails-cf95f75695e22e9897804a6fb7f4d8d13a247b61.tar.bz2
rails-cf95f75695e22e9897804a6fb7f4d8d13a247b61.zip
Explicit NameError dependency
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 9f17d3c93a..467205addf 100644
--- a/activesupport/lib/active_support/dependencies.rb
+++ b/activesupport/lib/active_support/dependencies.rb
@@ -1,5 +1,6 @@
require 'set'
require 'active_support/inflector'
+require 'active_support/core_ext/name_error'
require 'active_support/core_ext/object/blank'
module ActiveSupport #:nodoc: