Commit b292878
committed
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.1 parent 2ccfb17 commit b292878
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
116 | 120 | | |
0 commit comments