class
Importance_1
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Superclass: ImmutableString

Active Model String Type

Attribute type for strings. It is registered under the :string key.

This class is a specialization of ActiveModel::Type::ImmutableString. It performs coercion in the same way, and can be configured in the same way. However, it accounts for mutable strings, so dirty tracking can properly check if a string has changed.

Show files where this class is defined (1 file)
Register or log in to add new notes.