method

able_to_type_cast?

v6.0.0 - Show latest stable - Class: Arel::Table
able_to_type_cast?()
public

No documentation available.

# File activerecord/lib/arel/table.rb, line 103
    def able_to_type_cast?
      !type_caster.nil?
    end