method

create_from_xml

rails latest stable - Class: ActiveSupport::CoreExtensions::Hash::Conversions::ClassMethods

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1.2.6) is shown here.

create_from_xml(xml)
public

No documentation available.

# File activesupport/lib/active_support/core_ext/hash/conversions.rb, line 137
          def create_from_xml(xml)
            ActiveSupport::Deprecation.warn("Hash.create_from_xml has been renamed to Hash.from_xml", caller)
            from_xml(xml)
          end