aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/autoload.rb
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2009-09-16 19:53:49 -0300
committerJosé Valim <jose.valim@gmail.com>2009-09-20 10:56:38 -0300
commit3c9a37c9c474b9ae2be2cdb73a5ee0c3439d4e5e (patch)
tree318752ae449acb6b6f5cc3ca93ebb93a71023e6d /activesupport/lib/active_support/autoload.rb
parent762d7616738a5f922d864d60dee89c44320d8786 (diff)
downloadrails-3c9a37c9c474b9ae2be2cdb73a5ee0c3439d4e5e.tar.gz
rails-3c9a37c9c474b9ae2be2cdb73a5ee0c3439d4e5e.tar.bz2
rails-3c9a37c9c474b9ae2be2cdb73a5ee0c3439d4e5e.zip
Added Orchestra.
Diffstat (limited to 'activesupport/lib/active_support/autoload.rb')
-rw-r--r--activesupport/lib/active_support/autoload.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/autoload.rb b/activesupport/lib/active_support/autoload.rb
index 75706855d6..423d5448c3 100644
--- a/activesupport/lib/active_support/autoload.rb
+++ b/activesupport/lib/active_support/autoload.rb
@@ -17,6 +17,7 @@ module ActiveSupport
autoload :Multibyte, 'active_support/multibyte'
autoload :NewCallbacks, 'active_support/new_callbacks'
autoload :OptionMerger, 'active_support/option_merger'
+ autoload :Orchestra, 'active_support/orchestra'
autoload :OrderedHash, 'active_support/ordered_hash'
autoload :OrderedOptions, 'active_support/ordered_options'
autoload :Rescuable, 'active_support/rescuable'