method

full_inspect

rails latest stable - Class: ActiveRecord::Core

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

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">"