method

template_handler_extensions

template_handler_extensions()
public

No documentation available.

# File actionpack/lib/action_view/template/handlers.rb, line 37
      def template_handler_extensions
        @@template_handlers.keys.map {|key| key.to_s }.sort
      end