method
with_cast_value
rails latest stable - Class:
ActiveRecord::Relation::QueryAttribute
with_cast_value(value)public
No documentation available.
# File activerecord/lib/active_record/relation/query_attribute.rb, line 31
def with_cast_value(value)
QueryAttribute.new(name, value, type)
end