method
full_inspect
v8.1.1 -
Show latest stable
- Class:
ActiveRecord::Core
full_inspect()public
Returns all attributes of the record as a nicely formatted string, ignoring .attributes_for_inspect.
Post.first.full_inspect #=> "#<Post id: 1, title: "Hello, World!", published_at: "2023-10-23 14:28:11 +0000">"