method

handler_for_extension

rails latest stable - Class: ActionView::Template::Handlers
handler_for_extension(extension)
public

No documentation available.

# File actionview/lib/action_view/template/handlers.rb, line 61
      def handler_for_extension(extension)
        registered_template_handler(extension) || @@default_template_handlers
      end