method

handler_class_for_extension

handler_class_for_extension(extension)
public

No documentation available.

# File actionpack/lib/action_view/template_handlers.rb, line 44
    def handler_class_for_extension(extension)
      registered_template_handler(extension) || @@default_template_handlers
    end