1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/lib
Sean Griffin 6160bfbda1 Allow a type caster to be given to the Arel::Table object
This will allow most consuming code to avoid the deprecation introduced
in 008445d6fd. The only code which will be
affected is code that is building the `Arel::Table` object manually,
rather than calling `arel_table` on an Active Record class. Hopefully
this case will be rare enough that we don't need to introduce any
additional APIs to work around it.
2014-12-29 11:27:32 -07:00
..
arel Allow a type caster to be given to the Arel::Table object 2014-12-29 11:27:32 -07:00
arel.rb Prepare for 6.0.0 2014-11-25 19:54:45 -02:00