method

templates_requiring_setup

Importance_0
Ruby on Rails latest stable (v2.1.0) - 0 notes - Class: ActionView::Base

Method deprecated

This method is deprecated on the latest stable version of Rails. The last existing version (v1.2.3) is shown here.

templates_requiring_setup() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_view/base.rb, line 480
      def templates_requiring_setup
        %w(rxml rjs)
      end
Register or log in to add new notes.