instance method normalized_attribute_changed_in_place?

Ruby on Rails edge

Since edge Private — implementation detail, not part of the public API

Signature

normalized_attribute_changed_in_place?(attribute)

No documentation comment.

Parameters

attribute req
Source
# File activemodel/lib/active_model/attributes/normalization.rb, line 147
        def normalized_attribute_changed_in_place?(attribute)
          attribute.changed_in_place? && attribute.value != attribute.type_cast(attribute.value_before_type_cast)
        end

Defined in activemodel/lib/active_model/attributes/normalization.rb line 147 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveModel::Attributes::Normalization

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close