method

able_to_type_cast?

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

No documentation available.

# File activerecord/lib/arel/attributes/attribute.rb, line 26
      def able_to_type_cast?
        relation.able_to_type_cast?
      end