instance method
attributes_for_inspect
Ruby on Rails 8.1.2
Since v7.2.3 PrivateSignature
attributes_for_inspect()
No documentation comment.
Source
# File activerecord/lib/active_record/core.rb, line 887
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 887
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Core