diff --git a/config/environments/production.rb b/config/environments/production.rb index da0ac8ba8..c54de0aeb 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -114,4 +114,8 @@ # ] # Skip DNS rebinding protection for the default health check endpoint. # config.host_authorization = { exclude: ->(request) { request.path == "/up" } } + + # Show all attributes when inspecting an object. + # Otherwise, only the `id` is shown by default (in contrast to `#full_inspect`). + config.active_record.attributes_for_inspect = :all end