method

type_caster

rails latest stable - Class: Arel::Attributes::Attribute
type_caster()
public

No documentation available.

# File activerecord/lib/arel/attributes/attribute.rb, line 12
      def type_caster
        relation.type_for_attribute(name)
      end