method

template_handler_extensions

template_handler_extensions()
public

No documentation available.

# File actionpack/lib/action_view/template_handlers.rb, line 32
    def template_handler_extensions
      @@template_handlers.keys.map(&:to_s).sort
    end