method

registered_template_handler

registered_template_handler(extension)
public

No documentation available.

# File actionpack/lib/action_view/template_handlers.rb, line 35
    def registered_template_handler(extension)
      extension && @@template_handlers[extension.to_sym]
    end