We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91aac4a commit e6a8acdCopy full SHA for e6a8acd
activerecord/lib/active_record/railtie.rb
@@ -69,7 +69,7 @@ class Railtie < Rails::Railtie # :nodoc:
69
Rails.logger.broadcast_to(console)
70
end
71
ActiveRecord.verbose_query_logs = false
72
- ActiveRecord::Base.attributes_for_inspect = :all if Rails.env.production?
+ ActiveRecord::Base.attributes_for_inspect = :all
73
74
75
runner do
0 commit comments