method
proc_for_binds
v6.1.7.7 -
Show latest stable
- Class:
Arel::Nodes::HomogeneousIn
proc_for_binds()public
No documentation available.
# File activerecord/lib/arel/nodes/homogeneous_in.rb, line 58
def proc_for_binds
-> value { ActiveModel::Attribute.with_cast_value(attribute.name, value, attribute.type_caster) }
end