class Arel::Attributes::Attribute
Public Instance Methods
Source
# File lib/arel/attributes/attribute.rb, line 21 def able_to_type_cast? relation.able_to_type_cast? end
Source
# File lib/arel/attributes/attribute.rb, line 13 def lower relation.lower self end
Create a node for lowering this attribute
Source
# File lib/arel/attributes/attribute.rb, line 17 def type_cast_for_database(value) relation.type_cast_for_database(name, value) end