method

handler_class_for_extension

rails latest stable - Class: ActionView::Template::Handlers

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.1.0) is shown here.

handler_class_for_extension(extension)
public

No documentation available.

# File actionpack/lib/action_view/template/handlers.rb, line 44
      def handler_class_for_extension(extension)
        ActiveSupport::Deprecation.warn "handler_class_for_extension is deprecated. " <<
          "Please use handler_for_extension instead", caller
        handler_for_extension(extension)
      end