• S
    Rely on the injectable type caster for `arel_table` · 7eed50c7
    Sean Griffin 提交于
    This API will require much less consuming code to change to accomodate
    the removal of automatic type casting from Arel. As long as the
    predicates are constructed using the `arel_table` off of an AR subclass,
    there will be no changes that need to happen.
    7eed50c7
core.rb 19.5 KB