From 692dbbf79387b56e241e1acd05f74f7d71ff79a6 Mon Sep 17 00:00:00 2001 From: Michael Koziarski Date: Wed, 6 Feb 2008 04:26:40 +0000 Subject: Introduce a Template class to ActionView. Closes #11024 [lifofifo] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8805 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_view/template_handler.rb | 5 ----- 1 file changed, 5 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 70fa02674f..687c0db4c6 100644 --- a/actionpack/lib/action_view/template_handler.rb +++ b/actionpack/lib/action_view/template_handler.rb @@ -30,10 +30,5 @@ module ActionView # Called by CacheHelper#cache def cache_fragment(block, name = {}, options = nil) end - - # This method reads a template file. - def read_template_file(template_path, extension) - File.read(template_path) - end end end -- cgit v1.2.3