mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
9cda6a321e
Since version `3.0.x` `Builder` caches method passed to `method_missing` each time. This commit replaces `method_missing` call with `tag!` call to prevent method redefinition on each `to_xml` call with the same builder. |
||
---|---|---|
.. | ||
active_support | ||
active_support.rb |