Remove linebreak from hash_digest framework defaults for consistency

All new 7.0 framework defaults don't have an extra linebreak between the
explanation and the actual config.
For consistency we should remove it for `hash_digest_class` as well.
This commit is contained in:
Petrik 2021-07-04 13:45:14 +02:00
parent 7179dcb269
commit e61ff2baa2

@ -25,7 +25,6 @@
# Change the digest class for ActiveSupport::Digest.
# Changing this default means that for example Etags change and
# various cache keys leading to cache invalidation.
#
# Rails.application.config.active_support.hash_digest_class = OpenSSL::Digest::SHA256
# Change the format of the cache entry.