Skip to content

Commit e61ff2b

Browse files
committed
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.
1 parent 7179dcb commit e61ff2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

railties/lib/rails/generators/rails/app/templates/config/initializers/new_framework_defaults_7_0.rb.tt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
# Change the digest class for ActiveSupport::Digest.
2626
# Changing this default means that for example Etags change and
2727
# various cache keys leading to cache invalidation.
28-
#
2928
# Rails.application.config.active_support.hash_digest_class = OpenSSL::Digest::SHA256
3029

3130
# Change the format of the cache entry.

0 commit comments

Comments
 (0)