instance method
all_attributes_for_inspect
Ruby on Rails edge
Since v7.2.3.2 Private — implementation detail, not part of the public APISignature
all_attributes_for_inspect()
No documentation comment.
Source
# File activerecord/lib/active_record/core.rb, line 904
def all_attributes_for_inspect
return [] unless @attributes
attribute_names
end
Defined in activerecord/lib/active_record/core.rb line 904
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Core