method

cast

rails latest stable - Class: ActiveModel::Attributes::Normalization::NormalizedValueType

Method not available on this version

This method is only available on newer versions. The first available version (v8.1.1) is shown here.

cast(value)
public

No documentation available.

# File activemodel/lib/active_model/attributes/normalization.rb, line 159
          def cast(value)
            normalize(super(value))
          end