Class/Module Index [+]

Quicksearch

ActiveSupport::CoreExtensions::Hash::Conversions::ClassMethods

Public Instance Methods

from_trusted_xml(xml) click to toggle source
# File lib/active_support/core_ext/hash/conversions.rb, line 174
def from_trusted_xml(xml)
  from_xml xml, []
end
from_xml(xml, disallowed_types = nil) click to toggle source
# 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.