1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/lib/arel/attributes
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
..
attribute.rb Allow a type caster to be given to the Arel::Table object 2014-12-29 11:27:32 -07:00