mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Also, refactored ActiveModel serializers to just use ActiveSupport::XmlMini.to_tag. As consequence, if a serialized attribute is an array or a hash, it's not encoded as yaml, but as a hash or array.