class method
self.from_trusted_xml
Ruby on Rails 3.1.12
Since v3.0.20Signature
self.from_trusted_xml(xml)
No documentation comment.
Parameters
-
xmlreq
Source
# File activesupport/lib/active_support/core_ext/hash/conversions.rb, line 101
def from_trusted_xml(xml)
from_xml xml, []
end
Defined in activesupport/lib/active_support/core_ext/hash/conversions.rb line 101
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Hash