method

cached_template_extension

rails latest stable - Class: ActionView::Base

Method deprecated or moved

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

cached_template_extension(template_path)
private

No documentation available.

# File actionpack/lib/action_view/base.rb, line 389
      def cached_template_extension(template_path)
        @@cache_template_extensions && @@cached_template_extension[template_path]
      end