aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/template_handler.rb
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2008-11-23 13:42:07 -0600
committerJoshua Peek <josh@joshpeek.com>2008-11-23 13:42:07 -0600
commit2c01f2b4e9d4a95bb2baca8ae57209eb10aa78b2 (patch)
tree7ef23887bc8642b99d9b99736ccccf89eaf5a6d9 /actionpack/lib/action_view/template_handler.rb
parente201fc750bf4b7dff1875b7fcdd47f1686ef2052 (diff)
downloadrails-2c01f2b4e9d4a95bb2baca8ae57209eb10aa78b2.tar.gz
rails-2c01f2b4e9d4a95bb2baca8ae57209eb10aa78b2.tar.bz2
rails-2c01f2b4e9d4a95bb2baca8ae57209eb10aa78b2.zip
use autoload instead of explicit requires for ActionView
Diffstat (limited to 'actionpack/lib/action_view/template_handler.rb')
-rw-r--r--actionpack/lib/action_view/template_handler.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/actionpack/lib/action_view/template_handler.rb b/actionpack/lib/action_view/template_handler.rb
index d7e7c9b199..5efe9459b5 100644
--- a/actionpack/lib/action_view/template_handler.rb
+++ b/actionpack/lib/action_view/template_handler.rb
@@ -1,11 +1,6 @@
# Legacy TemplateHandler stub
module ActionView
- module TemplateHandlers
- module Compilable
- end
- end
-
class TemplateHandler
def self.call(template)
new.compile(template)