class Ransack::Nodes::Condition
def casted_values_for_attribute(attr)
def casted_values_for_attribute(attr) validated_values.map { |v| v.cast(predicate.type || attr.type) } end
def casted_values_for_attribute(attr) validated_values.map { |v| v.cast(predicate.type || attr.type) } end