aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
diff options
context:
space:
mode:
authorAnton Rieder <1301152+aried3r@users.noreply.github.com>2017-12-18 18:28:16 +0100
committerGitHub <noreply@github.com>2017-12-18 18:28:16 +0100
commit391ec4e39279e8f653abbab558679f40094b2e55 (patch)
tree2899ad1bac493462da17d345be6c74a61f7597a6 /railties/lib
parent0dfe220425d733b9af5082bcdb04a6a8064d3b6a (diff)
downloadrails-391ec4e39279e8f653abbab558679f40094b2e55.tar.gz
rails-391ec4e39279e8f653abbab558679f40094b2e55.tar.bz2
rails-391ec4e39279e8f653abbab558679f40094b2e55.zip
Update new_framework_defaults_5_2.rb.tt
Be consistent in comments when mentioning AES.
Diffstat (limited to 'railties/lib')
-rw-r--r--railties/lib/rails/generators/rails/app/templates/config/initializers/new_framework_defaults_5_2.rb.tt2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/config/initializers/new_framework_defaults_5_2.rb.tt b/railties/lib/rails/generators/rails/app/templates/config/initializers/new_framework_defaults_5_2.rb.tt
index f630d9985a..8351d849ec 100644
--- a/railties/lib/rails/generators/rails/app/templates/config/initializers/new_framework_defaults_5_2.rb.tt
+++ b/railties/lib/rails/generators/rails/app/templates/config/initializers/new_framework_defaults_5_2.rb.tt
@@ -10,7 +10,7 @@
# This is needed for recyclable cache keys.
# Rails.application.config.active_record.cache_versioning = true
-# Use AES 256 GCM authenticated encryption for encrypted cookies.
+# Use AES-256-GCM authenticated encryption for encrypted cookies.
# Existing cookies will be converted on read then written with the new scheme.
# Rails.application.config.action_dispatch.use_authenticated_cookie_encryption = true