aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/template/resolver.rb
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2011-12-08 15:23:23 +0100
committerJosé Valim <jose.valim@gmail.com>2011-12-08 16:39:06 +0100
commitefc28a7f701e518eb747c57712f6c1d8e7027aeb (patch)
tree8be2b054aa2eab43f8391b391f72f4b483c9cc6e /actionpack/lib/action_view/template/resolver.rb
parent06ac7d3ee0371c3ba20174a5f9fe3830a9d3f6a2 (diff)
downloadrails-efc28a7f701e518eb747c57712f6c1d8e7027aeb.tar.gz
rails-efc28a7f701e518eb747c57712f6c1d8e7027aeb.tar.bz2
rails-efc28a7f701e518eb747c57712f6c1d8e7027aeb.zip
Some small optimizations and improvements to benchmark code.
Diffstat (limited to 'actionpack/lib/action_view/template/resolver.rb')
-rw-r--r--actionpack/lib/action_view/template/resolver.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/template/resolver.rb b/actionpack/lib/action_view/template/resolver.rb
index f855ea257c..eb80a865b5 100644
--- a/actionpack/lib/action_view/template/resolver.rb
+++ b/actionpack/lib/action_view/template/resolver.rb
@@ -24,7 +24,7 @@ module ActionView
end
end
- cattr_accessor :caching
+ class_attribute :caching
self.caching = true
class << self