We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 846357e commit d3d17c2Copy full SHA for d3d17c2
activesupport/lib/active_support/core_ext/hash/conversions.rb
@@ -69,7 +69,7 @@ class Hash
69
# By default the root node is "hash", but that's configurable via the <tt>:root</tt> option.
70
#
71
# The default XML builder is a fresh instance of +Builder::XmlMarkup+. You can
72
- # configure your own builder with the <tt>:builder</tt> option. The method also accepts
+ # configure your own builder with the +:builder+ option. The method also accepts
73
# options like <tt>:dasherize</tt> and friends, they are forwarded to the builder.
74
def to_xml(options = {})
75
require "active_support/builder" unless defined?(Builder::XmlMarkup)
0 commit comments