method

initialized_attributes

rails latest stable - Class: ActiveModel::AttributeSet

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v6.0.0) is shown here.

initialized_attributes()
private

No documentation available.

# File activemodel/lib/active_model/attribute_set.rb, line 102
      def initialized_attributes
        attributes.select { |_, attr| attr.initialized? }
      end