method

serialize

Importance_1
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: Value
serialize(value) public

Casts a value from the ruby type to a type that the database knows how to understand. The returned value from this method should be a String, Numeric, Date, Time, Symbol, true, false, or nil.

Show source
Register or log in to add new notes.