Method: Arel::Table#able_to_type_cast?

Defined in:
activerecord/lib/arel/table.rb

#able_to_type_cast?Boolean

Returns:

  • (Boolean)
[View source]

110
111
112
# File 'activerecord/lib/arel/table.rb', line 110

def able_to_type_cast?
  !type_caster.nil?
end