instance method
serializable?
Ruby on Rails 8.1.2
Since v8.1.2Signature
serializable?(value, &)
No documentation comment.
Parameters
-
valuereq -
&req
Source
# File activemodel/lib/active_model/type/big_integer.rb, line 47
def serializable?(value, &)
true
end
Defined in activemodel/lib/active_model/type/big_integer.rb line 47
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveModel::Type::BigInteger