# File lib/active_model/errors.rb, line 193 def to_xml(options={}) to_a.to_xml options.reverse_merge(:root => "errors", :skip_types => true) end