method

debug_rjs=

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 (v3.0.9) is shown here.

debug_rjs=(new_value)
public

No documentation available.

# File actionpack/lib/action_view/base.rb, line 170
    def self.debug_rjs=(new_value)
      ActiveSupport::Deprecation.warn("config.action_view.debug_rjs will be removed in 3.1, from 3.1 onwards you will need to install prototype-rails to continue to use RJS templates ")
      @@debug_rjs = new_value
    end