Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show all attributes when inspecting an object in production
Otherwise, only the `id` is shown by default (in contrast to `full_inspect`). This behavior has changed with Rails 7.2, and previously showed all information by default. Since we often use `inspect` within the application to get details about unexpected errors, we want to keep the previous behavior.
- Loading branch information