method

handler_for_extension

handler_for_extension(extension)
public

No documentation available.

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