Method: ActiveModel::Type::ImmutableString#serialize_cast_value
- Defined in:
- activemodel/lib/active_model/type/immutable_string.rb
#serialize_cast_value(value) ⇒ Object
:nodoc:
57 58 59 |
# File 'activemodel/lib/active_model/type/immutable_string.rb', line 57 def serialize_cast_value(value) # :nodoc: value end |