method

proc_for_binds

proc_for_binds()
public

No documentation available.

# File activerecord/lib/arel/nodes/homogeneous_in.rb, line 50
      def proc_for_binds
        -> value { ActiveModel::Attribute.with_cast_value(attribute.name, value, ActiveModel::Type.default_value) }
      end