aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorBenjamin Quorning <benjamin@quorning.net>2016-07-05 10:37:42 +0200
committerBenjamin Quorning <benjamin@quorning.net>2016-07-05 10:43:28 +0200
commitab18b380a5c2942f7651457c4cff008b84e83aa6 (patch)
treeb4ada8dd8328a0d329dbc65de0b93ce6b5967d11 /railties
parent1c7fc3775a1394c73cc9dceb4bda2498f9047172 (diff)
downloadrails-ab18b380a5c2942f7651457c4cff008b84e83aa6.tar.gz
rails-ab18b380a5c2942f7651457c4cff008b84e83aa6.tar.bz2
rails-ab18b380a5c2942f7651457c4cff008b84e83aa6.zip
Point to the correct documentation [ci skip]
The options used in this file are *not* directly described in the Rails 5.0 release notes (http://edgeguides.rubyonrails.org/5_0_release_notes.html), but instead in section 2 of the Guide for Upgrading Ruby on Rails document (http://edgeguides.rubyonrails.org/upgrading_ruby_on_rails.html).
Diffstat (limited to 'railties')
-rw-r--r--railties/lib/rails/generators/rails/app/templates/config/initializers/new_framework_defaults.rb.tt2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/config/initializers/new_framework_defaults.rb.tt b/railties/lib/rails/generators/rails/app/templates/config/initializers/new_framework_defaults.rb.tt
index 991963b65e..e539f4c457 100644
--- a/railties/lib/rails/generators/rails/app/templates/config/initializers/new_framework_defaults.rb.tt
+++ b/railties/lib/rails/generators/rails/app/templates/config/initializers/new_framework_defaults.rb.tt
@@ -6,7 +6,7 @@
# Once upgraded flip defaults one by one to migrate to the new default.
#
<%- end -%>
-# Read the Rails 5.0 release notes for more info on each option.
+# Read the Guide for Upgrading Ruby on Rails for more info on each option.
<%- unless options[:api] -%>
# Enable per-form CSRF tokens. Previous versions had false.