aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/template_handler.rb
diff options
context:
space:
mode:
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)