instance method attributes_for_inspect

Ruby on Rails 7.2.3

Since v7.2.3 Private

Available in: v7.2.3 v8.0.4 v8.1.2

Signature

attributes_for_inspect()

No documentation comment.

Source
# File activerecord/lib/active_record/core.rb, line 871
      def attributes_for_inspect
        self.class.attributes_for_inspect == :all ? all_attributes_for_inspect : self.class.attributes_for_inspect
      end

Defined in activerecord/lib/active_record/core.rb line 871 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveRecord::Core

Type at least 2 characters to search.

↑↓ navigate · open · esc close