# File lib/arel/attributes/attribute.rb, line 20 def able_to_type_cast? relation.able_to_type_cast? end
Create a node for lowering this attribute
# File lib/arel/attributes/attribute.rb, line 12 def lower relation.lower self end
# File lib/arel/attributes/attribute.rb, line 16 def type_cast_for_database(value) relation.type_cast_for_database(name, value) end