class method
self.debug_rjs=
Ruby on Rails 3.0.20
Since v3.0.20 Last seen in v3.0.20Signature
self.debug_rjs=(new_value)
No documentation comment.
Parameters
-
new_valuereq
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