method
with_cast_value
rails latest stable - Class:
ActiveModel::Attribute
with_cast_value(name, value_before_type_cast, type)public
No documentation available.
# File activemodel/lib/active_model/attribute.rb, line 16
def with_cast_value(name, value_before_type_cast, type)
WithCastValue.new(name, value_before_type_cast, type)
end