Method: Arel::Attributes::Attribute#type_caster

Defined in:
activerecord/lib/arel/attributes/attribute.rb

#type_casterObject



12
13
14
# File 'activerecord/lib/arel/attributes/attribute.rb', line 12

def type_caster
  relation.type_for_attribute(name)
end