method
new
rails latest stable - Class:
ActiveModel::Type::SerializeCastValue
new(...)public
No documentation available.
# File activemodel/lib/active_model/type/serialize_cast_value.rb, line 41
def initialize(...)
super
self.class.serialize_cast_value_compatible? # eagerly compute
end