Method: Arel::Table#type_for_attribute

Defined in:
activerecord/lib/arel/table.rb

#type_for_attribute(name) ⇒ Object

[View source]

106
107
108
# File 'activerecord/lib/arel/table.rb', line 106

def type_for_attribute(name)
  type_caster.type_for_attribute(name)
end