method

template_requires_setup?

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.1.6) is shown here.

template_requires_setup?(extension)
private

No documentation available.

# File actionpack/lib/action_view/base.rb, line 466
      def template_requires_setup?(extension)
        templates_requiring_setup.include? extension.to_s
      end