aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/module.rb
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2006-04-26 17:46:43 +0000
committerJamis Buck <jamis@37signals.com>2006-04-26 17:46:43 +0000
commit794d93f7a5ede9801929ef2a5292a0380f0700b5 (patch)
tree8302bc6430973fb5022949c87338a0b8bc205e46 /activesupport/lib/active_support/core_ext/module.rb
parentfe8db233712de8ce77e226a11ee737e078e06e0f (diff)
downloadrails-794d93f7a5ede9801929ef2a5292a0380f0700b5.tar.gz
rails-794d93f7a5ede9801929ef2a5292a0380f0700b5.tar.bz2
rails-794d93f7a5ede9801929ef2a5292a0380f0700b5.zip
Added Module#alias_method_chain
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4276 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/lib/active_support/core_ext/module.rb')
-rw-r--r--activesupport/lib/active_support/core_ext/module.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/core_ext/module.rb b/activesupport/lib/active_support/core_ext/module.rb
index e67cf940f6..45069f52af 100644
--- a/activesupport/lib/active_support/core_ext/module.rb
+++ b/activesupport/lib/active_support/core_ext/module.rb
@@ -3,3 +3,4 @@ require File.dirname(__FILE__) + '/module/attribute_accessors'
require File.dirname(__FILE__) + '/module/delegation'
require File.dirname(__FILE__) + '/module/introspection'
require File.dirname(__FILE__) + '/module/loading'
+require File.dirname(__FILE__) + '/module/aliasing'