class method self.debug_rjs=

Ruby on Rails 3.0.20

Since v3.0.20 Last seen in v3.0.20

Signature

self.debug_rjs=(new_value)

No documentation comment.

Parameters

new_value req
Source
# 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

Defined in actionpack/lib/action_view/base.rb line 170 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionView::Base

Type at least 2 characters to search.

↑↓ navigate · open · esc close