aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/dependencies.rb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2004-12-29 21:19:37 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2004-12-29 21:19:37 +0000
commit595a4a591b6f4f863d52e28046e2fc1c51dfcad5 (patch)
tree41a0eaabeb5c4b6213373644101228e34da3a657 /activesupport/lib/dependencies.rb
parent6b5df896fa59cfbdc6d460c6a6b33ddf7e31fa8d (diff)
downloadrails-595a4a591b6f4f863d52e28046e2fc1c51dfcad5.tar.gz
rails-595a4a591b6f4f863d52e28046e2fc1c51dfcad5.tar.bz2
rails-595a4a591b6f4f863d52e28046e2fc1c51dfcad5.zip
Rearranging dependencies
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@279 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/lib/dependencies.rb')
-rw-r--r--activesupport/lib/dependencies.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/dependencies.rb b/activesupport/lib/dependencies.rb
index e3a50151bd..a6d53f1e2f 100644
--- a/activesupport/lib/dependencies.rb
+++ b/activesupport/lib/dependencies.rb
@@ -1,4 +1,4 @@
-require 'action_controller/support/module_attribute_accessors'
+require File.dirname(__FILE__) + '/module_attribute_accessors'
module Dependencies
extend self