aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/template_finder.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/lib/action_view/template_finder.rb')
-rw-r--r--actionpack/lib/action_view/template_finder.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/template_finder.rb b/actionpack/lib/action_view/template_finder.rb
index 648fdf43e8..f483d24a2f 100644
--- a/actionpack/lib/action_view/template_finder.rb
+++ b/actionpack/lib/action_view/template_finder.rb
@@ -50,7 +50,7 @@ module ActionView #:nodoc:
end
def template_handler_extensions
- ActionView::Base.template_handler_extensions
+ ActionView::Template.template_handler_extensions
end
def reload!