method

with_cast_value

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