diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2009-03-26 19:08:13 -0700 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2009-03-26 19:08:13 -0700 |
commit | cf95f75695e22e9897804a6fb7f4d8d13a247b61 (patch) | |
tree | df5c85a1f878847f282e0ef7c77d4eb3add597e6 /activesupport/lib/active_support | |
parent | 1c5a6944d38e6818d254f272057b513b038b2270 (diff) | |
download | rails-cf95f75695e22e9897804a6fb7f4d8d13a247b61.tar.gz rails-cf95f75695e22e9897804a6fb7f4d8d13a247b61.tar.bz2 rails-cf95f75695e22e9897804a6fb7f4d8d13a247b61.zip |
Explicit NameError dependency
Diffstat (limited to 'activesupport/lib/active_support')
-rw-r--r-- | activesupport/lib/active_support/dependencies.rb | 1 |
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: |