aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2008-06-16 03:05:24 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2008-06-16 03:05:24 -0700
commite433bb16a6200351893077a723d4885c3080779f (patch)
tree6e64062fddedb506eb0bd69d141e5edfb1e1e9f5 /actionpack/lib
parentfa2a255352c7822b7bfc14055b5cfb582f02f7a3 (diff)
parentf31651bd6ac8c3d887a43ee8f71ed7a9bc7877cb (diff)
downloadrails-e433bb16a6200351893077a723d4885c3080779f.tar.gz
rails-e433bb16a6200351893077a723d4885c3080779f.tar.bz2
rails-e433bb16a6200351893077a723d4885c3080779f.zip
Merge branch 'master' of git@github.com:rails/rails
Diffstat (limited to 'actionpack/lib')
-rw-r--r--actionpack/lib/action_view/template_handlers.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/lib/action_view/template_handlers.rb b/actionpack/lib/action_view/template_handlers.rb
index 1471e99e01..02945addda 100644
--- a/actionpack/lib/action_view/template_handlers.rb
+++ b/actionpack/lib/action_view/template_handlers.rb
@@ -28,6 +28,7 @@ module ActionView #:nodoc:
# return the rendered template as a string.
def register_template_handler(extension, klass)
@@template_handlers[extension.to_sym] = klass
+ ActionView::TemplateFinder.reload!
end
def template_handler_extensions