Method: ActiveModel::Attribute.with_cast_value

Defined in:
activemodel/lib/active_model/attribute.rb

.with_cast_value(name, value_before_type_cast, type) ⇒ Object



16
17
18
# 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