module ActionView::Template::Handlers

def handler_for_extension(extension)

def handler_for_extension(extension)
  registered_template_handler(extension) || @@default_template_handlers
end