Method: Arel::Attributes::Attribute#able_to_type_cast?
- Defined in:
- activerecord/lib/arel/attributes/attribute.rb
#able_to_type_cast? ⇒ Boolean
26 27 28 |
# File 'activerecord/lib/arel/attributes/attribute.rb', line 26 def able_to_type_cast? relation.able_to_type_cast? end |