instance method
cast_value
Ruby on Rails 8.1.2
Since v7.1.6 PrivateSignature
cast_value(value)
No documentation comment.
Parameters
-
valuereq
Source
# File activemodel/lib/active_model/type/integer.rb, line 108
def cast_value(value)
value.to_i rescue nil
end
Defined in activemodel/lib/active_model/type/integer.rb line 108
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveModel::Type::Integer