aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-05-13 16:15:37 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2009-05-14 02:01:08 -0700
commit5dd29c466c38a1bc395da579fd4b22c5e5a8e9fd (patch)
tree8a6d7221b7e203ce6a717196509a11930b8f1823 /activesupport
parent29bd8f7b8975bc0442f0b63e7da077f9a3f22dc6 (diff)
downloadrails-5dd29c466c38a1bc395da579fd4b22c5e5a8e9fd.tar.gz
rails-5dd29c466c38a1bc395da579fd4b22c5e5a8e9fd.tar.bz2
rails-5dd29c466c38a1bc395da579fd4b22c5e5a8e9fd.zip
Cherry-picking Active Support extensions
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/memoizable.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/memoizable.rb b/activesupport/lib/active_support/memoizable.rb
index edf626802a..fa6db683d4 100644
--- a/activesupport/lib/active_support/memoizable.rb
+++ b/activesupport/lib/active_support/memoizable.rb
@@ -1,4 +1,5 @@
require 'active_support/core_ext/object/metaclass'
+require 'active_support/core_ext/module/aliasing'
module ActiveSupport
module SafelyMemoizable