instance method
current_thread_backend=
Ruby on Rails 8.1.2
Since v4.0.13 PrivateSignature
current_thread_backend=(name)
No documentation comment.
Parameters
-
namereq
Source
# File activesupport/lib/active_support/xml_mini.rb, line 197
def current_thread_backend=(name)
IsolatedExecutionState[:xml_mini_backend] = name && cast_backend_name_to_module(name)
end
Defined in activesupport/lib/active_support/xml_mini.rb line 197
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::XmlMini