• S
    Remove the `text?` predicate from the type objects · 35592307
    Sean Griffin 提交于
    This was only used for uniqueness validations. The first usage was in
    conjunction with `limit`. Types which cast to string, but are not
    considered text cannot have a limit. The second case was only with an
    explicit `:case_sensitive => true` option given by the user.
    35592307
money_test.rb 2.8 KB