method
able_to_type_cast?
v8.1.1 -
Show latest stable
- Class:
Arel::Table
able_to_type_cast?()public
No documentation available.
# File activerecord/lib/arel/table.rb, line 110
def able_to_type_cast?
!type_caster.nil?
end