method
serialize_cast_value
v7.2.3 -
Show latest stable
- Class:
ActiveModel::Type::BigInteger
serialize_cast_value(value)public
No documentation available.
# File activemodel/lib/active_model/type/big_integer.rb, line 26
def serialize_cast_value(value) # :nodoc:
value
end