method

templates_requiring_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.

templates_requiring_setup()
private

No documentation available.

# File actionpack/lib/action_view/base.rb, line 470
      def templates_requiring_setup
        %w(rxml rjs)
      end