Method: Arel::Attributes::Attribute#type_cast_for_database

Defined in:
activerecord/lib/arel/attributes/attribute.rb

#type_cast_for_database(value) ⇒ Object



22
23
24
# File 'activerecord/lib/arel/attributes/attribute.rb', line 22

def type_cast_for_database(value)
  relation.type_cast_for_database(name, value)
end