From 1ba5fc745bbe4ad9dacbfe6aa41138ec68540cc7 Mon Sep 17 00:00:00 2001 From: Michael Koziarski Date: Wed, 30 Jan 2008 21:09:32 +0000 Subject: Move the declaration of the compilation related cattr_accessors to compilable. Closes #10959 [lifofifo] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8756 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_view/template_handler.rb | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'actionpack/lib/action_view/template_handler.rb') diff --git a/actionpack/lib/action_view/template_handler.rb b/actionpack/lib/action_view/template_handler.rb index d4892eccd3..70fa02674f 100644 --- a/actionpack/lib/action_view/template_handler.rb +++ b/actionpack/lib/action_view/template_handler.rb @@ -1,16 +1,5 @@ module ActionView class TemplateHandler - # Map method names to their compile time - cattr_accessor :compile_time - @@compile_time = {} - - # Map method names to the names passed in local assigns so far - cattr_accessor :template_args - @@template_args = {} - - # Count the number of inline templates - cattr_accessor :inline_template_count - @@inline_template_count = 0 def self.line_offset 0 -- cgit v1.2.3