Skip to content
  • Sean Griffin's avatar
    7eed50c7
    Rely on the injectable type caster for `arel_table` · 7eed50c7
    Sean Griffin authored
    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
    Rely on the injectable type caster for `arel_table`
    Sean Griffin authored
    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.
Loading