Method: Arel::Table#type_for_attribute
- Defined in:
- activerecord/lib/arel/table.rb
#type_for_attribute(name) ⇒ Object
110 111 112 |
# File 'activerecord/lib/arel/table.rb', line 110 def type_for_attribute(name) type_caster.type_for_attribute(name) end |