• S
    Rm `Type#type_cast` · ad127d88
    Sean Griffin 提交于
    This helper no longer makes sense as a separate method. Instead I'll
    just have `deserialize` call `cast` by default. This led to a random
    infinite loop in the `JSON` pg type, when it called `super` from
    `deserialize`. Not really a great way to fix that other than not calling
    super, or continuing to have the separate method, which makes the public
    API differ from what we say it is.
    ad127d88
bit.rb 1.0 KB