aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support.rb
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2008-07-14 19:50:32 -0500
committerJoshua Peek <josh@joshpeek.com>2008-07-14 19:50:32 -0500
commit8a9934a9d9fc98b56c4566ae2e3fd4d83e505d3e (patch)
treefe7ed2626140178c722f5245d37b23c311da5ce4 /activesupport/lib/active_support.rb
parentd27dd860c7f4f9b9e5aebe7d0c6e9b6108d8717c (diff)
downloadrails-8a9934a9d9fc98b56c4566ae2e3fd4d83e505d3e.tar.gz
rails-8a9934a9d9fc98b56c4566ae2e3fd4d83e505d3e.tar.bz2
rails-8a9934a9d9fc98b56c4566ae2e3fd4d83e505d3e.zip
Added Memoizable mixin for caching simple lazy loaded attributes
Diffstat (limited to 'activesupport/lib/active_support.rb')
-rw-r--r--activesupport/lib/active_support.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support.rb b/activesupport/lib/active_support.rb
index 1a8603e892..0526057b15 100644
--- a/activesupport/lib/active_support.rb
+++ b/activesupport/lib/active_support.rb
@@ -43,6 +43,7 @@ require 'active_support/ordered_hash'
require 'active_support/ordered_options'
require 'active_support/option_merger'
+require 'active_support/memoizable'
require 'active_support/string_inquirer'
require 'active_support/values/time_zone'