method

template_handler_extensions

template_handler_extensions()
public

No documentation available.

# File actionview/lib/action_view/template/handlers.rb, line 46
      def template_handler_extensions
        @@template_handlers.keys.map(&:to_s).sort
      end