aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/base.rb
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2008-07-23 11:23:25 -0500
committerJoshua Peek <josh@joshpeek.com>2008-07-23 11:23:25 -0500
commite0db925be04ab3e9c3db67dd0daa8caf3680dd21 (patch)
treee2bb3e5f7635ec3a3ac67dfc406b1b37e73c6e06 /actionpack/lib/action_view/base.rb
parent97a954bf1dd05e79a873bffc94fcf5420b807371 (diff)
downloadrails-e0db925be04ab3e9c3db67dd0daa8caf3680dd21.tar.gz
rails-e0db925be04ab3e9c3db67dd0daa8caf3680dd21.tar.bz2
rails-e0db925be04ab3e9c3db67dd0daa8caf3680dd21.zip
Revert 'bc5896e'
Diffstat (limited to 'actionpack/lib/action_view/base.rb')
-rw-r--r--actionpack/lib/action_view/base.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/actionpack/lib/action_view/base.rb b/actionpack/lib/action_view/base.rb
index bdcb1dc246..c769013d42 100644
--- a/actionpack/lib/action_view/base.rb
+++ b/actionpack/lib/action_view/base.rb
@@ -332,9 +332,6 @@ module ActionView #:nodoc:
end
end
- extend ActiveSupport::Memoizable
- memoize :pick_template
-
private
# Renders the template present at <tt>template_path</tt>. The hash in <tt>local_assigns</tt>
# is made available as local variables.