# File lib/active_support/core_ext/hash/conversions.rb, line 174 def from_trusted_xml(xml) from_xml xml, [] end
# File lib/active_support/core_ext/hash/conversions.rb, line 170 def from_xml(xml, disallowed_types = nil) typecast_xml_value(unrename_keys(XmlMini.parse(xml)), disallowed_types) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.