value_for_database()
No documentation available.
# File activerecord/lib/arel/nodes/casted.rb, line 17 def value_for_database if attribute.able_to_type_cast? attribute.type_cast_for_database(value) else value end end